
22 Dec
2016
22 Dec
'16
5:26 a.m.
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com Reviewed-by: Simon Glass sjg@chromium.org
---
Changes in v3: None Changes in v2: - Added Simon's reviewed-by.
drivers/mmc/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig index 5e84a41..18f0e97 100644 --- a/drivers/mmc/Kconfig +++ b/drivers/mmc/Kconfig @@ -110,4 +110,10 @@ config SANDBOX_MMC improves build coverage for sandbox and makes it easier to detect MMC build errors with sandbox.
+config TEGRA_MMC + bool "Tegra SDHCI aka MMC support" + depends on DM_MMC && TEGRA + help + This selects support for SDHCI on Tegra SoCs. + endmenu
--
2.9.3