summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-16 16:15:53 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-11-16 16:15:53 +0000
commit8db51c970f5f83615aeefe28dd0580f2b5817b23 (patch)
tree5d070c5c56f4652ba42cf399bb594bb99d9fd639
parent49f6d9bb6e8b4e8a2e4a2fac121de3147e61d2c5 (diff)
Since profiles kernel configuration are not concatenated to the one, resulting images will panic due to no platform flash driver, prevent this from happening
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13231 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/rdc/config-2.6.246
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 b9c38943e..41bd8fb0b 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