projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059af49
)
[PATCH] Only enable CONFIG_BLOCK option for embedded
author
Jens Axboe
<axboe@kernel.dk>
Sat, 30 Sep 2006 19:14:05 +0000
(21:14 +0200)
committer
Jens Axboe
<axboe@kernel.dk>
Sat, 30 Sep 2006 19:14:05 +0000
(21:14 +0200)
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>
block/Kconfig
patch
|
blob
|
history
diff --git
a/block/Kconfig
b/block/Kconfig
index
9af6c61
..
83766a6
100644
(file)
--- 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