diff options
author | Josua Mayer <josua.mayer97@gmail.com> | 2016-08-15 16:20:45 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-30 10:51:20 +0200 |
commit | ef02a7154d4c9f872aceeb63347b5ac32c628a9a (patch) | |
tree | 9ead04f0863020cb8cb0b81e9b8f5690e00e6415 /target/linux/mvebu | |
parent | 6f1ce6560d151949ec348cd881fe6b1a228b0c88 (diff) | |
download | upstream-ef02a7154d4c9f872aceeb63347b5ac32c628a9a.tar.gz upstream-ef02a7154d4c9f872aceeb63347b5ac32c628a9a.tar.bz2 upstream-ef02a7154d4c9f872aceeb63347b5ac32c628a9a.zip |
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 <josua.mayer97@gmail.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup]
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/config-4.4 | 5 |
1 files changed, 5 insertions, 0 deletions
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 |