浏览代码

Use menuconfigs instead of menus, so the whole menu can be disabled at once

instead of going through all options.

Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Jan Engelhardt 18 年之前
父节点
当前提交
16ed002f22
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      block/Kconfig

+ 2 - 2
block/Kconfig

@@ -1,7 +1,7 @@
 #
 #
 # Block layer core configuration
 # Block layer core configuration
 #
 #
-config BLOCK
+menuconfig BLOCK
        bool "Enable the block layer" if EMBEDDED
        bool "Enable the block layer" if EMBEDDED
        default y
        default y
        help
        help
@@ -49,6 +49,6 @@ config LSF
 
 
 	  If unsure, say Y.
 	  If unsure, say Y.
 
 
-endif
+endif # BLOCK
 
 
 source block/Kconfig.iosched
 source block/Kconfig.iosched