浏览代码

[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>
Jens Axboe 18 年之前
父节点
当前提交
51d7513a8a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      block/Kconfig

+ 1 - 1
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