diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-10-07 18:29:40 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-12 02:19:18 +0200 |
commit | fce107aea2cbea0d3bc6d170ba6ce14111661a1b (patch) | |
tree | eaeffc994a489853437b48dae8a2d3d2e416f703 /arch/arm/configs | |
parent | Linux 4.14-rc1 (diff) | |
download | linux-fce107aea2cbea0d3bc6d170ba6ce14111661a1b.tar.xz linux-fce107aea2cbea0d3bc6d170ba6ce14111661a1b.zip |
ARM: multi_v7_defconfig: enable the Meson MX SDIO/MMC controller
This enables the new Amlogic Meson MX SDIO/MMC controller driver, which
typically connects to the SD card and SDIO wifi module.
The driver is enabled as built-in to allow booting from the SD card.
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 0cacdbf84a71..339f67463816 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -727,6 +727,7 @@ CONFIG_MMC_OMAP=y CONFIG_MMC_OMAP_HS=y CONFIG_MMC_ATMELMCI=y CONFIG_MMC_SDHCI_MSM=y +CONFIG_MMC_MESON_MX_SDIO=y CONFIG_MMC_MVSDIO=y CONFIG_MMC_SDHI=y CONFIG_MMC_DW=y |