Commit ce52aebd authored by Alan Jenkins's avatar Alan Jenkins Committed by Arjan van de Ven

raid, fastboot: hide RAID autodetect option if MD is compiled as a module

Signed-off-by: default avatarAlan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a364092a
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment