diff options
author | Jens Axboe <axboe@kernel.dk> | 2006-09-30 21:14:05 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2006-09-30 21:14:05 +0200 |
commit | 51d7513a8a54e4210d358ff1dbd34daab99a6638 (patch) | |
tree | 5ec08a403f8194d0cd9035e4d7d6fd3a2830668c /block | |
parent | 059af497c23492cb1ddcbba11c09dad385960bc0 (diff) | |
download | op-kernel-dev-51d7513a8a54e4210d358ff1dbd34daab99a6638.zip op-kernel-dev-51d7513a8a54e4210d358ff1dbd34daab99a6638.tar.gz |
[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>
Diffstat (limited to 'block')
-rw-r--r-- | block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig index 9af6c61..83766a6 100644 --- a/block/Kconfig +++ b/block/Kconfig @@ -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 |