diff mbox

mmc: Add architecture dependency for Marvell SoC controller

Message ID 20100915205949.GA7939@void.printf.net (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Chris Ball Sept. 15, 2010, 8:59 p.m. UTC
None
diff mbox

Patch

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index ce099c4..6f12d5d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -133,10 +133,11 @@  config MMC_SDHCI_CNS3XXX
 config MMC_SDHCI_MV
 	tristate "SDHCI support on Marvell's SoC"
 	depends on MMC_SDHCI
+	depends on (ARCH_DOVE || ARCH_MMP)
 	select MMC_SDHCI_IO_ACCESSORS
 	help
-	  This selects the Secure Digital Host Controller Interface in
-	  Marvell's SoC controllers.
+	  This selects SDHCI support for controllers found in the Dove
+	  and MMP SoCs from Marvell.
 
 	  If you have a controller with this interface, say Y or M here.