[PATCH] ARM: multi_v7_defconfig: make eSDHC driver built-in
Yangbo Lu
yangbo.lu at nxp.com
Tue Aug 8 00:17:54 PDT 2017
Sometimes root file system is deployed on SD card. It's
proper to always build eSDHC driver into kernel.
Signed-off-by: Yangbo Lu <yangbo.lu at nxp.com>
---
arch/arm/configs/multi_v7_defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 4d19c1b..d407468 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -711,7 +711,7 @@ CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_OF_ARASAN=y
CONFIG_MMC_SDHCI_OF_AT91=y
-CONFIG_MMC_SDHCI_OF_ESDHC=m
+CONFIG_MMC_SDHCI_OF_ESDHC=y
CONFIG_MMC_SDHCI_ESDHC_IMX=y
CONFIG_MMC_SDHCI_DOVE=y
CONFIG_MMC_SDHCI_TEGRA=y
--
2.1.0.27.g96db324
More information about the linux-arm-kernel
mailing list