
27 Dec
2016
27 Dec
'16
11:20 p.m.
On 12/22/2016 01:26 PM, Marcel Ziswiler wrote:
From: Marcel Ziswiler marcel.ziswiler@toradex.com
Signed-off-by: Marcel Ziswiler marcel.ziswiler@toradex.com Reviewed-by: Simon Glass sjg@chromium.org
Reviewed-by: Jaehoon Chung jh80.chung@samsung.com
Best Regards, Jaehoon Chung
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