Skip to content

Commit

Permalink
raid, fastboot: hide RAID autodetect option if MD is compiled as a mo…
Browse files Browse the repository at this point in the history
…dule

Signed-off-by: Alan Jenkins <alan-jenkins@tuffmail.co.uk>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Alan Jenkins authored and Arjan van de Ven committed Oct 12, 2008
1 parent a364092 commit ce52aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/md/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce52aeb

Please sign in to comment.