diff options
author | Martin Blumenstingl <martin.blumenstingl@googlemail.com> | 2017-10-07 12:29:40 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2017-10-11 20:19:18 -0400 |
commit | fce107aea2cbea0d3bc6d170ba6ce14111661a1b (patch) | |
tree | eaeffc994a489853437b48dae8a2d3d2e416f703 | |
parent | 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e (diff) |
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>
-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 | |||
727 | CONFIG_MMC_OMAP_HS=y | 727 | CONFIG_MMC_OMAP_HS=y |
728 | CONFIG_MMC_ATMELMCI=y | 728 | CONFIG_MMC_ATMELMCI=y |
729 | CONFIG_MMC_SDHCI_MSM=y | 729 | CONFIG_MMC_SDHCI_MSM=y |
730 | CONFIG_MMC_MESON_MX_SDIO=y | ||
730 | CONFIG_MMC_MVSDIO=y | 731 | CONFIG_MMC_MVSDIO=y |
731 | CONFIG_MMC_SDHI=y | 732 | CONFIG_MMC_SDHI=y |
732 | CONFIG_MMC_DW=y | 733 | CONFIG_MMC_DW=y |