ifxmips: move header files, split up patches, rename some files
[openwrt-10.03/.git] / target / linux / ifxmips / patches-2.6.30 / 120-serial.patch
1 Index: linux-2.6.30.5/drivers/serial/Kconfig
2 ===================================================================
3 --- linux-2.6.30.5.orig/drivers/serial/Kconfig  2009-08-16 23:19:38.000000000 +0200
4 +++ linux-2.6.30.5/drivers/serial/Kconfig       2009-09-02 18:29:51.000000000 +0200
5 @@ -1365,6 +1365,14 @@
6         help
7           Support for Console on the NWP serial ports.
8  
9 +config SERIAL_IFXMIPS
10 +       bool "IFXMips serial driver"
11 +       depends on IFXMIPS
12 +       select SERIAL_CORE
13 +       select SERIAL_CORE_CONSOLE
14 +       help
15 +         Driver for the ifxmipss built in ASC hardware
16 +
17  config SERIAL_QE
18         tristate "Freescale QUICC Engine serial port support"
19         depends on QUICC_ENGINE
20 Index: linux-2.6.30.5/drivers/serial/Makefile
21 ===================================================================
22 --- linux-2.6.30.5.orig/drivers/serial/Makefile 2009-08-16 23:19:38.000000000 +0200
23 +++ linux-2.6.30.5/drivers/serial/Makefile      2009-09-02 18:29:51.000000000 +0200
24 @@ -77,3 +77,4 @@
25  obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o
26  obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o
27  obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
28 +obj-$(CONFIG_SERIAL_IFXMIPS) += ifxmips_asc.o