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>
This commit is contained in:
parent
15c31be4d5
commit
16ed002f22
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue