summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-02-21 12:37:11 (GMT)
committerTom Rini <trini@konsulko.com>2017-03-15 00:40:21 (GMT)
commit51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e (patch)
treed36f2170df55c83e60132943402f688b83f29fad /drivers
parent0c56310252b6fc3c942ec569fefc0dfbc1c38a74 (diff)
downloadu-boot-51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e.tar.xz
STiH410-B2260: Add device tree
This device tree has been extracted from v4.9 kernel Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index ea5ea08..ddef59a 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -301,7 +301,7 @@ config MMC_SDHCI_SPEAR
config MMC_SDHCI_STI
bool "SDHCI support for STMicroelectronics SoC"
- depends on MMC_SDHCI
+ depends on MMC_SDHCI && OF_CONTROL
help
This selects the Secure Digital Host Controller Interface (SDHCI)
on STMicroelectronics STiH410 SoC.