summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mmc/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 24f4b285a9..19e89abc45 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -95,4 +95,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