diff options
author | John Crispin <john@openwrt.org> | 2015-03-20 08:49:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-20 08:49:02 +0000 |
commit | e9b6602a84aa329baf0a8cf67e29b19d0afc2c94 (patch) | |
tree | 5899ef373afdd6fd75fa337b1a9617f60afd3e01 /target/linux/octeon/config-3.18 | |
parent | 3006bc6904e34135ef2bebf4adae012b1d41933c (diff) | |
download | upstream-e9b6602a84aa329baf0a8cf67e29b19d0afc2c94.tar.gz upstream-e9b6602a84aa329baf0a8cf67e29b19d0afc2c94.tar.bz2 upstream-e9b6602a84aa329baf0a8cf67e29b19d0afc2c94.zip |
octeon: Add MMC support for EdgeRouter ER8
this is a backport of a series posted on the lmo mailing list
Signed-off-by: Jonathan Thibault <jonathan@navigue.com>
SVN-Revision: 44901
Diffstat (limited to 'target/linux/octeon/config-3.18')
-rw-r--r-- | target/linux/octeon/config-3.18 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/octeon/config-3.18 b/target/linux/octeon/config-3.18 index e68292f4ab..032146e804 100644 --- a/target/linux/octeon/config-3.18 +++ b/target/linux/octeon/config-3.18 @@ -148,6 +148,10 @@ CONFIG_MIPS_L1_CACHE_SHIFT_7=y # CONFIG_MIPS_MACHINE is not set # CONFIG_MIPS_PARAVIRT is not set CONFIG_MIPS_PGD_C0_CONTEXT=y +CONFIG_MMC=y +CONFIG_MMC_BLOCK=y +CONFIG_MMC_OCTEON=y +# CONFIG_MMC_TIFM_SD is not set CONFIG_MODULES_USE_ELF_REL=y CONFIG_MODULES_USE_ELF_RELA=y # CONFIG_MTD_CFI_INTELEXT is not set |