diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-30 13:59:54 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-30 13:59:54 -0700 |
commit | cfae35804bcb909225d6f4eb5bd29e25971614d8 (patch) | |
tree | 029566def2c19f2f19c1510c719ca8898f224c2e | |
parent | 56f29d7fe452890eeeb7f2b0138b2d95b9745fb6 (diff) | |
parent | 51d7513a8a54e4210d358ff1dbd34daab99a6638 (diff) |
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 9af6c614dfd..83766a6bdee 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 |