aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2011-01-01 23:52:56 -0500
committerChris Ball <cjb@laptop.org>2011-01-08 23:52:23 -0500
commit03d2bfc878e4dff9e596accc7b7eccf947804a3c (patch)
tree018fd0760ff2ce8f66f645c226ce9098004cc4d5 /drivers/mmc/host/Kconfig
parent30652aa36b58d57fcc1a0acce51e391bbb6edf5e (diff)
mmc: add sdhci-tegra driver for Tegra SoCs
SDHCI driver for Tegra. This driver plugs in as a new variant of sdhci-pltfm, using the platform data structure passed in to specify the GPIOs to use for card detect, write protect and card power enablement. Original driver (of which only the header file is left): Signed-off-by: Yvonne Yip <y@palm.com> The rest, which has been rewritten by now: Signed-off-by: Olof Johansson <olof@lixom.net> Reviewed-by: Wolfram Sang <w.sang@pengutronix.de> Acked-by: Mike Rapoport <mike@compulab.co.il> Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r--drivers/mmc/host/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index f8fa9efca8ee..9f47d38dcc7f 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -151,6 +151,16 @@ config MMC_SDHCI_DOVE
151 151
152 If unsure, say N. 152 If unsure, say N.
153 153
154config MMC_SDHCI_TEGRA
155 tristate "SDHCI platform support for the Tegra SD/MMC Controller"
156 depends on MMC_SDHCI_PLTFM && ARCH_TEGRA
157 select MMC_SDHCI_IO_ACCESSORS
158 help
159 This selects the Tegra SD/MMC controller. If you have a Tegra
160 platform with SD or MMC devices, say Y or M here.
161
162 If unsure, say N.
163
154config MMC_SDHCI_S3C 164config MMC_SDHCI_S3C
155 tristate "SDHCI support on Samsung S3C SoC" 165 tristate "SDHCI support on Samsung S3C SoC"
156 depends on MMC_SDHCI && PLAT_SAMSUNG 166 depends on MMC_SDHCI && PLAT_SAMSUNG