From: Jens Axboe Date: Sat, 30 Sep 2006 19:14:05 +0000 (+0200) Subject: [PATCH] Only enable CONFIG_BLOCK option for embedded X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=51d7513a8a54e4210d358ff1dbd34daab99a6638;p=linux-beck.git [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 --- diff --git a/block/Kconfig b/block/Kconfig index 9af6c614dfde..83766a6bdee2 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