summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-11-30 16:34:53 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-11 17:44:02 +0100
commit92db6eb1386895b5f790ccac9408d0325b7aa487 (patch)
tree4f4c2d4682fe0e4f0652279bb85499e733e96c96 /drivers
parent77e9b6e051ddd301863964654df7736f73ac81c9 (diff)
mmc: tegra: introduce CONFIG_TEGRA_MMC to Kconfig
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
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