aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/Kconfig
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-13 10:29:22 +0800
committerJaehoon Chung <jh80.chung@samsung.com>2017-04-14 15:19:57 +0900
commitc86c0155dcfbb02ce92c4d7245ffdf6fa904fbee (patch)
tree6515430ae11ff64a6c50b1744fdfc9cbc2de5b00 /drivers/mmc/Kconfig
parentd0c5c8d529f16fa88ab52a3b5dd2d4fc03664f19 (diff)
downloadu-boot-c86c0155dcfbb02ce92c4d7245ffdf6fa904fbee.zip
u-boot-c86c0155dcfbb02ce92c4d7245ffdf6fa904fbee.tar.gz
u-boot-c86c0155dcfbb02ce92c4d7245ffdf6fa904fbee.tar.bz2
mmc: gen_atmel_mci: add driver model support for mci
Add the driver model support for Atmel mci while retaining the existing legacy code. This allows the driver to support boards that have converted to driver model as well as those that have not. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mmc/Kconfig')
-rw-r--r--drivers/mmc/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig
index 077b184..6ac26dd 100644
--- a/drivers/mmc/Kconfig
+++ b/drivers/mmc/Kconfig
@@ -371,6 +371,15 @@ config MMC_SUNXI
This selects support for the SD/MMC Host Controller on
Allwinner sunxi SoCs.
+config GENERIC_ATMEL_MCI
+ bool "Atmel Multimedia Card Interface support"
+ depends on DM_MMC && BLK && DM_MMC_OPS && ARCH_AT91
+ help
+ This enables support for Atmel High Speed Multimedia Card Interface
+ (HSMCI), which supports the MultiMedia Card (MMC) Specification V4.3,
+ the SD Memory Card Specification V2.0, the SDIO V2.0 specification
+ and CE-ATA V1.1.
+
endif
config TEGRA124_MMC_DISABLE_EXT_LOOPBACK