From ce52aebd0219edc7a783278fbe80a6ccca0556c0 Mon Sep 17 00:00:00 2001 From: Alan Jenkins Date: Fri, 10 Oct 2008 16:02:53 +0100 Subject: raid, fastboot: hide RAID autodetect option if MD is compiled as a module Signed-off-by: Alan Jenkins Signed-off-by: Ingo Molnar --- drivers/md/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/md/Kconfig') 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 -- cgit v1.1