diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-30 22:59:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-30 22:59:54 +0200 |
commit | cfae35804bcb909225d6f4eb5bd29e25971614d8 (patch) | |
tree | 029566def2c19f2f19c1510c719ca8898f224c2e | |
parent | Merge branch 'block' of git://brick.kernel.dk/data/git/linux-2.6-block (diff) | |
parent | [PATCH] Only enable CONFIG_BLOCK option for embedded (diff) | |
download | linux-cfae35804bcb909225d6f4eb5bd29e25971614d8.tar.xz 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/Kconfig | 2 |
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 |