diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-01 08:38:00 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-01 08:38:00 +0000 |
commit | 8af25b817102c59a2e3b2a3b9c912d8c290bdff3 (patch) | |
tree | 7f49bf5869879cf8dcaf0d82a3c9f5e72235d97b | |
parent | cbd52550bdc805409f2e354d7e3c0a5e8044ac28 (diff) | |
download | upstream-8af25b817102c59a2e3b2a3b9c912d8c290bdff3.tar.gz upstream-8af25b817102c59a2e3b2a3b9c912d8c290bdff3.tar.bz2 upstream-8af25b817102c59a2e3b2a3b9c912d8c290bdff3.zip |
add missing ramdisk configuration options (#5003)
SVN-Revision: 15532
-rw-r--r-- | target/linux/rdc/config-2.6.28 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/rdc/config-2.6.28 b/target/linux/rdc/config-2.6.28 index 509b0ccd01..8d6494a4ae 100644 --- a/target/linux/rdc/config-2.6.28 +++ b/target/linux/rdc/config-2.6.28 @@ -25,6 +25,10 @@ CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y CONFIG_BASE_SMALL=0 # CONFIG_BINFMT_AOUT is not set CONFIG_BITREVERSE=y +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 +CONFIG_BLK_DEV_RAM_COUNT=16 +CONFIG_BLK_DEV_RAM_SIZE=4096 CONFIG_BOUNCE=y CONFIG_CLASSIC_RCU=y CONFIG_CLOCKSOURCE_WATCHDOG=y |