[PATCH] Only enable CONFIG_BLOCK option for embedded

It's too easy for people to shoot themselves in the foot, and it
only makes sense for embedded folks anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Jens Axboe 2006-09-30 21:14:05 +02:00
parent 059af497c2
commit 51d7513a8a

View file

@ -2,7 +2,7 @@
# Block layer core configuration
#
config BLOCK
bool "Enable the block layer"
bool "Enable the block layer" if EMBEDDED
default y
help
This permits the block layer to be removed from the kernel if it's not