From: Jan Engelhardt 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 Cc: Jens Axboe Signed-off-by: Andrew Morton --- block/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN block/Kconfig~use-menuconfig-objects-block-layer block/Kconfig --- a/block/Kconfig~use-menuconfig-objects-block-layer +++ a/block/Kconfig @@ -1,7 +1,7 @@ # # Block layer core configuration # -config BLOCK +menuconfig BLOCK bool "Enable the block layer" if EMBEDDED default y help @@ -49,6 +49,6 @@ config LSF If unsure, say Y. -endif +endif # BLOCK source block/Kconfig.iosched _