Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alan Jenkins and committed by
Arjan van de Ven
ce52aebd a364092a

+1 -1
+1 -1
drivers/md/Kconfig
··· 32 32 33 33 config MD_AUTODETECT 34 34 bool "Autodetect RAID arrays during kernel boot" 35 - depends on BLK_DEV_MD 35 + depends on BLK_DEV_MD=y 36 36 default y 37 37 ---help--- 38 38 If you say Y here, then the kernel will try to autodetect raid