Browse Source

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
Linus Torvalds 19 years ago
parent
commit
cfae35804b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      block/Kconfig

+ 1 - 1
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