diff options
author | Kevin Hilman <khilman@baylibre.com> | 2016-10-19 11:18:24 -0700 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2016-11-29 09:00:43 +0100 |
commit | 51c5d8447bd71b7e539c19c46a03b73c0e91fa66 (patch) | |
tree | 8e3ec380ef5a4fcf3cec3ecfa34ce0d36bddebc9 /drivers/mmc/host/Kconfig | |
parent | ed24e1ff5ae3d74cda41a2feb7ebe4053d694e37 (diff) | |
download | lwn-51c5d8447bd71b7e539c19c46a03b73c0e91fa66.tar.gz lwn-51c5d8447bd71b7e539c19c46a03b73c0e91fa66.zip |
MMC: meson: initial support for GX platforms
Initial support for the SD/eMMC controller in the Amlogic S905/GX*
family of SoCs.
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'drivers/mmc/host/Kconfig')
-rw-r--r-- | drivers/mmc/host/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index 5274f503a39a..5cf7ebaf1e8b 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig @@ -322,6 +322,16 @@ config MMC_SDHCI_IPROC If unsure, say N. +config MMC_MESON_GX + tristate "Amlogic S905/GX* SD/MMC Host Controller support" + depends on ARCH_MESON && MMC + help + This selects support for the Amlogic SD/MMC Host Controller + found on the S905/GX* family of SoCs. This controller is + MMC 5.1 compliant and supports SD, eMMC and SDIO interfaces. + + If you have a controller with this interface, say Y here. + config MMC_MOXART tristate "MOXART SD/MMC Host Controller support" depends on ARCH_MOXART && MMC |