diff options
author | Florian Fainelli <florian@openwrt.org> | 2007-06-13 12:52:47 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2007-06-13 12:52:47 +0000 |
commit | 2c6cb910485d012ae2aa96276198e4d0138b5096 (patch) | |
tree | 6fcdc7ff47c917e20324331657be61104817e554 /target/linux/adm5120-2.6/config/default | |
parent | 13646ac17809452132859eeb2a523fa39edff47c (diff) | |
download | mtk-20170518-2c6cb910485d012ae2aa96276198e4d0138b5096.zip mtk-20170518-2c6cb910485d012ae2aa96276198e4d0138b5096.tar.gz mtk-20170518-2c6cb910485d012ae2aa96276198e4d0138b5096.tar.bz2 |
Re-enable complex mappings
SVN-Revision: 7604
Diffstat (limited to 'target/linux/adm5120-2.6/config/default')
-rw-r--r-- | target/linux/adm5120-2.6/config/default | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm5120-2.6/config/default b/target/linux/adm5120-2.6/config/default index 88628a9..aa6640c 100644 --- a/target/linux/adm5120-2.6/config/default +++ b/target/linux/adm5120-2.6/config/default @@ -154,7 +154,7 @@ CONFIG_MTD_CFI_I2=y CONFIG_MTD_CFI_UTIL=y CONFIG_MTD_CHAR=y CONFIG_MTD_CMDLINE_PARTS=y -# CONFIG_MTD_COMPLEX_MAPPINGS is not set +CONFIG_MTD_COMPLEX_MAPPINGS=y # CONFIG_MTD_CONCAT is not set # CONFIG_MTD_DEBUG is not set # CONFIG_MTD_DOC2000 is not set @@ -181,6 +181,7 @@ CONFIG_MTD_NAND_RB100=y # CONFIG_MTD_OBSOLETE_CHIPS is not set # CONFIG_MTD_ONENAND is not set CONFIG_MTD_PARTITIONS=y +# CONFIG_MTD_PCI is not set # CONFIG_MTD_PHRAM is not set # CONFIG_MTD_PHYSMAP is not set # CONFIG_MTD_PLATRAM is not set |