From 5f751d139796713e9be86cde7f268806008d7936 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Thu, 25 Jun 2015 20:29:11 +0200 Subject: MCI: pxa: depend on right symbol Now that we also have PXA3XX support the dependency on ARCH_PXA is too broad for this driver. Signed-off-by: Lucas Stach Acked-by: Robert Jarzmik Signed-off-by: Sascha Hauer --- drivers/mci/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/mci/Kconfig b/drivers/mci/Kconfig index 31f7d2d4ea..ebd8da9591 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. -- cgit v1.2.3