diff options
author | Jonas Jensen <jonas.jensen@gmail.com> | 2014-04-09 09:54:11 -0400 |
---|---|---|
committer | Chris Ball <chris@printf.net> | 2014-05-12 18:05:16 -0400 |
commit | 1b66e94e6b9995323190f31c51d8e1a6f516627e (patch) | |
tree | b34a2283f3071e65cd0ef30fec335fe3a6301ed9 /drivers/mmc/host/Kconfig | |
parent | c7f6558d84afe60016b8103c0737df6e376a1c2d (diff) |
mmc: moxart: Add MOXA ART SD/MMC driver
Add SD/MMC driver for MOXA ART SoCs.
The "MOXA ART MMC controller" is likely a faraday "ftsdc010",
a controller with support in U-Boot:
http://git.denx.de/?p=u-boot.git;a=blob;f=drivers/mmc/ftsdc010_mci.c
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Chris Ball <chris@printf.net>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index b675882307e4..fd4aab9b79e2 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
@@ -283,6 +283,15 @@ config MMC_SDHCI_BCM2835 | |||
283 | 283 | ||
284 | If unsure, say N. | 284 | If unsure, say N. |
285 | 285 | ||
286 | config MMC_MOXART | ||
287 | tristate "MOXART SD/MMC Host Controller support" | ||
288 | depends on ARCH_MOXART && MMC | ||
289 | help | ||
290 | This selects support for the MOXART SD/MMC Host Controller. | ||
291 | MOXA provides one multi-functional card reader which can | ||
292 | be found on some embedded hardware such as UC-7112-LX. | ||
293 | If you have a controller with this interface, say Y here. | ||
294 | |||
286 | config MMC_OMAP | 295 | config MMC_OMAP |
287 | tristate "TI OMAP Multimedia Card Interface support" | 296 | tristate "TI OMAP Multimedia Card Interface support" |
288 | depends on ARCH_OMAP | 297 | depends on ARCH_OMAP |