[PATCH 2/5] MCI: pxa: depend on right symbol
Lucas Stach
l.stach at pengutronix.de
Mon Apr 20 01:55:49 PDT 2015
Now that we also have PXA3XX support the dependency on
ARCH_PXA is too broad for this driver.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
drivers/mci/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig
index 31f7d2d4eae6..ebd8da9591ec 100644
--- a/drivers/mci/Kconfig
+++ b/drivers/mci/Kconfig
@@ -95,7 +95,7 @@ config MCI_OMAP_HSMMC
config MCI_PXA
bool "PXA"
- depends on ARCH_PXA
+ depends on ARCH_PXA2XX
help
Enable this entry to add support to read and write SD cards on a
XScale PXA25x / PXA27x based system.
--
2.1.4
More information about the barebox
mailing list