diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 16:52:34 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-02-21 16:52:34 +0000 |
commit | 09cf9945988a6a4a16a67addb81f9d13cd432521 (patch) | |
tree | 498a121a578cba89f0d9cac47c0b4c9dcfd71047 /target | |
parent | 396200a1128ec358cae74e77bd2b7703c11bf577 (diff) | |
download | upstream-09cf9945988a6a4a16a67addb81f9d13cd432521.tar.gz upstream-09cf9945988a6a4a16a67addb81f9d13cd432521.tar.bz2 upstream-09cf9945988a6a4a16a67addb81f9d13cd432521.zip |
linux/3.8: add missing config symbols
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35726 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8 index a5d61c447c..74d3a829f7 100644 --- a/target/linux/generic/config-3.8 +++ b/target/linux/generic/config-3.8 @@ -2780,14 +2780,17 @@ CONFIG_SERIAL_8250=y # CONFIG_SERIAL_8250_BOCA is not set CONFIG_SERIAL_8250_CONSOLE=y # CONFIG_SERIAL_8250_CS is not set +# CONFIG_SERIAL_8250_DETECT_IRQ is not set # CONFIG_SERIAL_8250_DW is not set # CONFIG_SERIAL_8250_EM is not set # CONFIG_SERIAL_8250_EXAR_ST16C554 is not set # CONFIG_SERIAL_8250_EXTENDED is not set # CONFIG_SERIAL_8250_FOURPORT is not set # CONFIG_SERIAL_8250_HUB6 is not set +# CONFIG_SERIAL_8250_MANY_PORTS is not set CONFIG_SERIAL_8250_NR_UARTS=2 # CONFIG_SERIAL_8250_PCI is not set +# CONFIG_SERIAL_8250_RSA is not set CONFIG_SERIAL_8250_RUNTIME_UARTS=2 # CONFIG_SERIAL_ALTERA_JTAGUART is not set # CONFIG_SERIAL_ALTERA_UART is not set |