diff options
author | Ulf Hansson <ulf.hansson@linaro.org> | 2017-10-30 11:36:42 +0100 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2017-10-30 11:36:42 +0100 |
commit | 35ed78a044e4cc14fb0bb3f99d3c62d4fab2bda1 (patch) | |
tree | b1392aa1351e0fb566331810b3c82dfd3a0d2035 /drivers/mmc/host/Kconfig | |
parent | 0b07194bb55ed836c2cc7c22e866b87a14681984 (diff) | |
parent | ddde0e7d950d912c8a75adfcd89134cca21b389b (diff) |
Merge branch 'omap_hsmmc' into next
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 8c15637178ff..17afe1ad3a03 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -899,3 +899,15 @@ config MMC_SDHCI_XENON This selects Marvell Xenon eMMC/SD/SDIO SDHCI. If you have a controller with this interface, say Y or M here. If unsure, say N. + +config MMC_SDHCI_OMAP + tristate "TI SDHCI Controller Support" + depends on MMC_SDHCI_PLTFM && OF + help + This selects the Secure Digital Host Controller Interface (SDHCI) + support present in TI's DRA7 SOCs. The controller supports + SD/MMC/SDIO devices. + + If you have a controller with this interface, say Y or M here. + + If unsure, say N. |