Commit 51d7513a authored by Jens Axboe's avatar Jens Axboe

[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: default avatarJens Axboe <axboe@kernel.dk>
parent 059af497
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Block layer core configuration # Block layer core configuration
# #
config BLOCK config BLOCK
bool "Enable the block layer" bool "Enable the block layer" if EMBEDDED
default y default y
help help
This permits the block layer to be removed from the kernel if it's not This permits the block layer to be removed from the kernel if it's not
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment