diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2014-07-09 11:07:32 -0400 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2014-07-10 03:11:18 -0400 |
commit | f52d9c4f459bdab128b1b033f26fb52d3418e0f5 (patch) | |
tree | c5eeab6b193aefbcdf196693f785661eb398da49 /drivers/mmc/host/Kconfig | |
parent | bf7978483c0c119e0d650710ee713f0ed95939ca (diff) |
mmc: sdhci-st: Intial support for ST SDHCI controller
This platform driver adds initial support for the SDHCI host controller
found on STMicroelectronics SoCs.
It has been tested on STiH41x b2020 platforms currently.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Acked-by: Lee Jones <lee.jones@linaro.org>
Acked-by: Maxime Coquelin <maxime.coquelin@st.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
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 9682ad1e94b5..d95e75d915d4 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -290,6 +290,18 @@ config MMC_MOXART | |||
290 | be found on some embedded hardware such as UC-7112-LX. | 290 | be found on some embedded hardware such as UC-7112-LX. |
291 | If you have a controller with this interface, say Y here. | 291 | If you have a controller with this interface, say Y here. |
292 | 292 | ||
293 | config MMC_SDHCI_ST | ||
294 | tristate "SDHCI support on STMicroelectronics SoC" | ||
295 | depends on ARCH_STI | ||
296 | depends on MMC_SDHCI_PLTFM | ||
297 | select MMC_SDHCI_IO_ACCESSORS | ||
298 | help | ||
299 | This selects the Secure Digital Host Controller Interface in | ||
300 | STMicroelectronics SoCs. | ||
301 | |||
302 | If you have a controller with this interface, say Y or M here. | ||
303 | If unsure, say N. | ||
304 | |||
293 | config MMC_OMAP | 305 | config MMC_OMAP |
294 | tristate "TI OMAP Multimedia Card Interface support" | 306 | tristate "TI OMAP Multimedia Card Interface support" |
295 | depends on ARCH_OMAP | 307 | depends on ARCH_OMAP |