Commit 51d7513a8a54e4210d358ff1dbd34daab99a6638

Authored by Jens Axboe
1 parent 059af497c2

[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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

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