diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-11-18 03:33:06 +0100 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-12-06 19:54:50 +0100 |
commit | 3a96dff0f828ae9dfb43efd49a9b67a74c6dc360 (patch) | |
tree | 09b8703228c83e6828e8d3d64bbce048b69e32a7 /drivers/mmc/host/Kconfig | |
parent | mmc: card: Add RPMB support in IOCTL interface (diff) | |
download | linux-3a96dff0f828ae9dfb43efd49a9b67a74c6dc360.tar.xz linux-3a96dff0f828ae9dfb43efd49a9b67a74c6dc360.zip |
mmc: SD/MMC Host Controller for Wondermedia WM8505/WM8650
This patch adds support for the SD/MMC host controller found
on Wondermedia 8xxx series SoCs, currently supported under
arm/arch-vt8500.
A binding document is also included, based on mmc.txt with
additional properties.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Signed-off-by: Chris Ball <cjb@laptop.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 5c7c846e03ef..83eb1e06ff76 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -601,3 +601,14 @@ config MMC_USHC Note: These controllers only support SDIO cards and do not support MMC or SD memory cards. + +config MMC_WMT + tristate "Wondermedia SD/MMC Host Controller support" + depends on ARCH_VT8500 + default y + help + This selects support for the SD/MMC Host Controller on + Wondermedia WM8505/WM8650 based SoCs. + + To compile this driver as a module, choose M here: the + module will be called wmt-sdmmc. |