diff options
author | Jan Engelhardt <jengelh@linux01.gwdg.de> | 2007-07-10 06:24:11 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 07:43:27 -0400 |
commit | 16ed002f224738366c1809023ec70a71ae51421c (patch) | |
tree | 6e87314b2758d776a8a46650d860f4c0793d69ec /block/Kconfig | |
parent | 15c31be4d5bd2402c6f5a288d56a24edc9252b71 (diff) |
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/Kconfig')
-rw-r--r-- | block/Kconfig | 4 |
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 @@ | |||
1 | # | 1 | # |
2 | # Block layer core configuration | 2 | # Block layer core configuration |
3 | # | 3 | # |
4 | config BLOCK | 4 | menuconfig BLOCK |
5 | bool "Enable the block layer" if EMBEDDED | 5 | bool "Enable the block layer" if EMBEDDED |
6 | default y | 6 | default y |
7 | help | 7 | help |
@@ -49,6 +49,6 @@ config LSF | |||
49 | 49 | ||
50 | If unsure, say Y. | 50 | If unsure, say Y. |
51 | 51 | ||
52 | endif | 52 | endif # BLOCK |
53 | 53 | ||
54 | source block/Kconfig.iosched | 54 | source block/Kconfig.iosched |