diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 17:01:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-05-30 17:01:48 +0000 |
commit | 41ccd65d1af59a115e5e03c995f69966ef19d66c (patch) | |
tree | 369072849fd16040f21df807e1463a89e397e790 /target/linux/ixp4xx/config-default | |
parent | 3f924856afe3367791ae55a913f7fba71fb830c6 (diff) | |
download | upstream-41ccd65d1af59a115e5e03c995f69966ef19d66c.tar.gz upstream-41ccd65d1af59a115e5e03c995f69966ef19d66c.tar.bz2 upstream-41ccd65d1af59a115e5e03c995f69966ef19d66c.zip |
import Gateworks CF optimizations, add support for additional features for the Cambria -- thanks Chris
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11301 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ixp4xx/config-default')
-rw-r--r-- | target/linux/ixp4xx/config-default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ixp4xx/config-default b/target/linux/ixp4xx/config-default index bb90076a70..83689528ee 100644 --- a/target/linux/ixp4xx/config-default +++ b/target/linux/ixp4xx/config-default @@ -455,6 +455,8 @@ CONFIG_SENSORS_W83781D=y # CONFIG_SENSORS_W83793 is not set # CONFIG_SENSORS_W83L785TS is not set # CONFIG_SERIAL_8250_EXTENDED is not set +CONFIG_SERIAL_8250_NR_UARTS=4 +CONFIG_SERIAL_8250_RUNTIME_UARTS=4 # CONFIG_SHMEM is not set CONFIG_SLHC=m # CONFIG_SMB_FS is not set |