[PATCH 1/2] mmc/host: add FSP2(ppc476fpe) into depends for sdhci-st

From: Ivan Mikhaylov
Date: Fri Jun 23 2017 - 11:47:56 EST


* shdci-st driver can be used for ppc476 fsp2 soc

Signed-off-by: Ivan Mikhaylov <ivan@xxxxxxxxxx>
---
drivers/mmc/host/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 2eb9701..e6c0d86 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -354,8 +354,8 @@ config MMC_MOXART

config MMC_SDHCI_ST
tristate "SDHCI support on STMicroelectronics SoC"
- depends on ARCH_STI
depends on MMC_SDHCI_PLTFM
+ depends on ARCH_STI || FSP2
select MMC_SDHCI_IO_ACCESSORS
help
This selects the Secure Digital Host Controller Interface in
--
1.7.1