Skip to content

Commit

Permalink
[PATCH] Only enable CONFIG_BLOCK option for embedded
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jens Axboe committed Sep 30, 2006
1 parent 059af49 commit 51d7513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51d7513

Please sign in to comment.