public inbox for linux-mmc@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mmc: add dependence in Kconfig for pxav2/pxav3
@ 2011-06-20  6:44 Zhangfei Gao
  2011-06-20  8:07 ` Arnd Bergmann
  0 siblings, 1 reply; 9+ messages in thread
From: Zhangfei Gao @ 2011-06-20  6:44 UTC (permalink / raw)
  To: linux-mmc@vger.kernel.org, Chris Ball, Stephen Rothwell,
	Arnd Bergmann
  Cc: Zhangfei Gao

	Without depends, MMC_SDHCI_PXAV3/2 can be chosen in other platfrom.
	Build error will occur since plat/sdhci.h is located at arch/arm/plat-pxa/

Signed-off-by: Zhangfei Gao <zhangfei.gao@marvell.com>
---
 drivers/mmc/host/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 198ddda..d33a3e2 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -183,6 +183,7 @@ config MMC_SDHCI_S3C
 
 config MMC_SDHCI_PXAV3
 	tristate "Marvell MMP2 SD Host Controller support (PXAV3)"
+	depends on ARCH_MMP
 	select MMC_SDHCI
 	select MMC_SDHCI_PLTFM
 	default CPU_MMP2
@@ -195,6 +196,7 @@ config MMC_SDHCI_PXAV3
 
 config MMC_SDHCI_PXAV2
 	tristate "Marvell PXA9XX SD Host Controller support (PXAV2)"
+	depends on ARCH_MMP
 	select MMC_SDHCI
 	select MMC_SDHCI_PLTFM
 	default CPU_PXA910
-- 
1.7.0.4


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

end of thread, other threads:[~2011-06-20 13:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-20  6:44 [PATCH] mmc: add dependence in Kconfig for pxav2/pxav3 Zhangfei Gao
2011-06-20  8:07 ` Arnd Bergmann
2011-06-20  9:36   ` zhangfei gao
2011-06-20 10:02     ` zhangfei gao
2011-06-20 10:26       ` zhangfei gao
2011-06-20 11:49         ` Arnd Bergmann
2011-06-20 13:23           ` zhangfei gao
2011-06-20 13:25             ` Arnd Bergmann
2011-06-20 11:50     ` Arnd Bergmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox