Commit cfae35804bcb909225d6f4eb5bd29e25971614d8

Authored by Linus Torvalds

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

Showing 1 changed file Side-by-side Diff

... ... @@ -2,7 +2,7 @@
2 2 # Block layer core configuration
3 3 #
4 4 config BLOCK
5   - bool "Enable the block layer"
  5 + bool "Enable the block layer" if EMBEDDED
6 6 default y
7 7 help
8 8 This permits the block layer to be removed from the kernel if it's not