From: Josua Mayer Date: Mon, 15 Aug 2016 14:20:45 +0000 (+0200) Subject: mvebu: make MMC driver for Clearfog builtin X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fmkresin.git;a=commitdiff_plain;h=ef02a7154d4c9f872aceeb63347b5ac32c628a9a mvebu: make MMC driver for Clearfog builtin microSD is the primary boot media for the Clearfog Pro board, and should work unconditionally. Signed-off-by: Josua Mayer Signed-off-by: Felix Fietkau [cleanup] --- diff --git a/target/linux/mvebu/config-4.4 b/target/linux/mvebu/config-4.4 index 7cc942d9f2..b6f1504b75 100644 --- a/target/linux/mvebu/config-4.4 +++ b/target/linux/mvebu/config-4.4 @@ -246,7 +246,12 @@ CONFIG_MEMORY=y CONFIG_MIGHT_HAVE_CACHE_L2X0=y CONFIG_MIGHT_HAVE_PCI=y CONFIG_MMC=y +CONFIG_MMC_BLOCK=y CONFIG_MMC_MVSDIO=y +CONFIG_MMC_SDHCI=y +# CONFIG_MMC_SDHCI_PCI is not set +CONFIG_MMC_SDHCI_PLTFM=y +CONFIG_MMC_SDHCI_PXAV3=y # CONFIG_MMC_TIFM_SD is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MTD_CFI_STAA=y