diff options
author | Alan Jenkins <alan-jenkins@tuffmail.co.uk> | 2008-10-10 16:02:53 +0100 |
---|---|---|
committer | Arjan van de Ven <arjan@linux.intel.com> | 2008-10-12 08:25:14 -0700 |
commit | ce52aebd0219edc7a783278fbe80a6ccca0556c0 (patch) | |
tree | 9cb6fc1f20e51799b1d72045cf9cad86a4285b4f /drivers/md | |
parent | a364092a412975e506415f77f0628cbdd28c3913 (diff) | |
download | op-kernel-dev-ce52aebd0219edc7a783278fbe80a6ccca0556c0.zip op-kernel-dev-ce52aebd0219edc7a783278fbe80a6ccca0556c0.tar.gz |
raid, fastboot: hide RAID autodetect option if MD is compiled as a module
Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/Kconfig b/drivers/md/Kconfig index 8e72c91..2281b50 100644 --- a/drivers/md/Kconfig +++ b/drivers/md/Kconfig @@ -32,7 +32,7 @@ config BLK_DEV_MD config MD_AUTODETECT bool "Autodetect RAID arrays during kernel boot" - depends on BLK_DEV_MD + depends on BLK_DEV_MD=y default y ---help--- If you say Y here, then the kernel will try to autodetect raid |