diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:17 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-12-06 22:40:17 +0000 |
commit | 1232f91efb76f820e388b22f0617e204598f450b (patch) | |
tree | 060f624589b34164e51aade9ae968186271af6d5 /target/linux/adm8668/config-3.3 | |
parent | b516c8d89da65e57820f0a6e0f19eab1c5dd0736 (diff) | |
download | upstream-1232f91efb76f820e388b22f0617e204598f450b.tar.gz upstream-1232f91efb76f820e388b22f0617e204598f450b.tar.bz2 upstream-1232f91efb76f820e388b22f0617e204598f450b.zip |
replace the custom mtd driver with a partition parser
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34554
Diffstat (limited to 'target/linux/adm8668/config-3.3')
-rw-r--r-- | target/linux/adm8668/config-3.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/adm8668/config-3.3 b/target/linux/adm8668/config-3.3 index 217daec861..a354495cba 100644 --- a/target/linux/adm8668/config-3.3 +++ b/target/linux/adm8668/config-3.3 @@ -60,7 +60,8 @@ CONFIG_MIPS=y CONFIG_MIPS_L1_CACHE_SHIFT=5 # CONFIG_MIPS_MACHINE is not set CONFIG_MIPS_MT_DISABLED=y -CONFIG_MTD_ADM8668_NOR=y +CONFIG_MTD_ADM8668_PARTS=y +CONFIG_MTD_PHYSMAP=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y CONFIG_NO_EXCEPT_FILL=y |