diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-11-16 16:15:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-11-16 16:15:53 +0000 |
commit | 2108df91eda6ef0c938a25ea988eddc8ef19f99e (patch) | |
tree | b59b0770d71face8264501845ff26f348dc0fac3 /target | |
parent | 23aa6acff8c34bc22a0bb7612ea7490450452ffb (diff) | |
download | upstream-2108df91eda6ef0c938a25ea988eddc8ef19f99e.tar.gz upstream-2108df91eda6ef0c938a25ea988eddc8ef19f99e.tar.bz2 upstream-2108df91eda6ef0c938a25ea988eddc8ef19f99e.zip |
Since profiles kernel configuration are not concatenated to the one, resulting images will panic due to no platform flash driver, prevent this from happening
SVN-Revision: 13231
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/rdc/config-2.6.24 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.24 b/target/linux/rdc/config-2.6.24 index b9c38943ed..41bd8fb0b7 100644 --- a/target/linux/rdc/config-2.6.24 +++ b/target/linux/rdc/config-2.6.24 @@ -342,3 +342,9 @@ CONFIG_X86_XADD=y # CONFIG_YENTA_ENE_TUNE is not set CONFIG_YENTA_TI=y # CONFIG_ZONE_DMA32 is not set +CONFIG_MTD_RDC3210=y +CONFIG_MTD_RDC3210_ALLOW_JFFS2=y +CONFIG_MTD_RDC3210_BUSWIDTH=2 +# CONFIG_MTD_RDC3210_FACTORY_PRESENT is not set +CONFIG_MTD_RDC3210_SIZE=0x400000 +# CONFIG_MTD_RDC3210_STATIC_MAP is not set |