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:
Jan Engelhardt 2007-07-10 12:24:11 +02:00 committed by Jens Axboe
parent 15c31be4d5
commit 16ed002f22

View file

@ -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