From: Jan Engelhardt Date: Tue, 10 Jul 2007 10:24:11 +0000 (+0200) Subject: Use menuconfigs instead of menus, so the whole menu can be disabled at once X-Git-Tag: v2.6.23-rc1~1158^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=16ed002f224738366c1809023ec70a71ae51421c;p=profile%2Fivi%2Fkernel-x86-ivi.git 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 Signed-off-by: Andrew Morton Signed-off-by: Jens Axboe --- diff --git a/block/Kconfig b/block/Kconfig index a50f481..2859351 100644 --- a/block/Kconfig +++ b/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