Commit 216e9d3e authored by Stephen Warren's avatar Stephen Warren Committed by Arnd Bergmann

ARM: multi_v7_defconfig: re-enable SDHCI drivers

Following 5d01b768 "mmc: simplify SDHCI Kconfig dependencies",
SDHCI drivers that use MMC_SDHCI_PLTFM no longer select it, but
instead depend on it. This means that multi_v7_defconfig no longer
selects it, and hence many SDHCI drivers are no longer enabled.
Explicitly enable MMC_SDHCI_PLTFM to solve this.

Fixes: 5d01b768 ("mmc: simplify SDHCI Kconfig dependencies")
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
Tested-by: default avatarMatt Porter <mporter@linaro.org>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 3eb93646
......@@ -300,6 +300,7 @@ CONFIG_MMC=y
CONFIG_MMC_BLOCK_MINORS=16
CONFIG_MMC_ARMMMCI=y
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_OF_ARASAN=y
CONFIG_MMC_SDHCI_ESDHC_IMX=y
CONFIG_MMC_SDHCI_DOVE=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment