summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds2006-09-30 22:59:54 +0200
committerLinus Torvalds2006-09-30 22:59:54 +0200
commitcfae35804bcb909225d6f4eb5bd29e25971614d8 (patch)
tree029566def2c19f2f19c1510c719ca8898f224c2e
parentMerge branch 'block' of git://brick.kernel.dk/data/git/linux-2.6-block (diff)
parent[PATCH] Only enable CONFIG_BLOCK option for embedded (diff)
downloadkernel-qcow2-linux-cfae35804bcb909225d6f4eb5bd29e25971614d8.tar.gz
kernel-qcow2-linux-cfae35804bcb909225d6f4eb5bd29e25971614d8.tar.xz
kernel-qcow2-linux-cfae35804bcb909225d6f4eb5bd29e25971614d8.zip
Merge branch 'block' of git://brick.kernel.dk/data/git/linux-2.6-block
* 'block' of git://brick.kernel.dk/data/git/linux-2.6-block: [PATCH] Only enable CONFIG_BLOCK option for embedded
-rw-r--r--block/Kconfig2
1 files changed, 1 insertions, 1 deletions
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