Skip to content

Commit

Permalink
Use menuconfigs instead of menus, so the whole menu can be disabled a…
Browse files Browse the repository at this point in the history
…t 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>
  • Loading branch information
Jan Engelhardt authored and Jens Axboe committed Jul 10, 2007
1 parent 15c31be commit 16ed002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions block/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Block layer core configuration
#
config BLOCK
menuconfig BLOCK
bool "Enable the block layer" if EMBEDDED
default y
help
Expand Down Expand Up @@ -49,6 +49,6 @@ config LSF

If unsure, say Y.

endif
endif # BLOCK

source block/Kconfig.iosched

0 comments on commit 16ed002

Please sign in to comment.