diff options
author | Patrice Chotard | 2017-02-21 13:37:11 +0100 |
---|---|---|
committer | Tom Rini | 2017-03-14 20:40:21 -0400 |
commit | 51cb23d45263eb0c0dd7e8e22e9a6e10c8b81f3e (patch) | |
tree | d36f2170df55c83e60132943402f688b83f29fad /drivers | |
parent | 0c56310252b6fc3c942ec569fefc0dfbc1c38a74 (diff) |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index ea5ea087f37..ddef59a3c01 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. |