aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@linux01.gwdg.de>2007-07-10 12:24:11 +0200
committerJens Axboe <jens.axboe@oracle.com>2007-07-10 13:43:27 +0200
commit16ed002f224738366c1809023ec70a71ae51421c (patch)
tree6e87314b2758d776a8a46650d860f4c0793d69ec /block
parentcfq-iosched: fix async queue behaviour (diff)
downloadlinux-dev-16ed002f224738366c1809023ec70a71ae51421c.tar.xz
linux-dev-16ed002f224738366c1809023ec70a71ae51421c.zip
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>
Diffstat (limited to 'block')
-rw-r--r--block/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/block/Kconfig b/block/Kconfig
index a50f48111647..285935134bcd 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