All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: Add architecture dependency for Marvell SoC controller
@ 2010-09-13  8:24 Mark Brown
  2010-09-13 10:48 ` Arnd Bergmann
  2010-09-14 19:05 ` Chris Ball
  0 siblings, 2 replies; 12+ messages in thread
From: Mark Brown @ 2010-09-13  8:24 UTC (permalink / raw)
  To: Chris Ball, Andrew Morton; +Cc: linux-mmc, linux-kernel, Mark Brown

Since the driver is for controllers integrated into Marvells SoCs only
offer MMC_SDHCI_MV if we're building for one.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
 drivers/mmc/host/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index ce099c4..5fa4e2b 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -133,6 +133,7 @@ config MMC_SDHCI_CNS3XXX
 config MMC_SDHCI_MV
 	tristate "SDHCI support on Marvell's SoC"
 	depends on MMC_SDHCI
+	depends on (PLAT_PXA || PLAT_ORION)
 	select MMC_SDHCI_IO_ACCESSORS
 	help
 	  This selects the Secure Digital Host Controller Interface in
-- 
1.7.1


^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-09-15 20:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-13  8:24 [PATCH] mmc: Add architecture dependency for Marvell SoC controller Mark Brown
2010-09-13 10:48 ` Arnd Bergmann
2010-09-13 12:02   ` Mark Brown
2010-09-14 19:05 ` Chris Ball
2010-09-15  9:40   ` Mark Brown
2010-09-15  9:55     ` Saeed Bishara
2010-09-15 11:00       ` Mark Brown
2010-09-15 10:06         ` Saeed Bishara
2010-09-15 11:20           ` Haojian Zhuang
2010-09-15 10:29             ` Saeed Bishara
2010-09-15 11:59               ` Haojian Zhuang
2010-09-15 20:59               ` Chris Ball

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.