Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1678731

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

From Ivan Mikhaylov <ivan@de.ibm.com>
Newsgroups linux.kernel
Subject [PATCH v1 1/2] mmc/host: add FSP2(ppc476fpe) into depends for sdhci-st
Date 2017-06-30 14:00 +0200
Message-ID <tY2KD-50c-27@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Signed-off-by: Ivan Mikhaylov <ivan@de.ibm.com>
---
 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..edf5787 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -354,7 +354,7 @@ config MMC_MOXART
 
 config MMC_SDHCI_ST
 	tristate "SDHCI support on STMicroelectronics SoC"
-	depends on ARCH_STI
+	depends on ARCH_STI || FSP2
 	depends on MMC_SDHCI_PLTFM
 	select MMC_SDHCI_IO_ACCESSORS
 	help
-- 
1.7.1

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v1 1/2] mmc/host: add FSP2(ppc476fpe) into depends for sdhci-st Ivan Mikhaylov <ivan@de.ibm.com> - 2017-06-30 14:00 +0200

csiph-web