diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-07-27 15:58:58 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-07-27 15:58:58 +0000 |
commit | 75b905e93d62f008ac1d709e1aa5a54a517d548f (patch) | |
tree | b118433c4bd6114748573ed0a0a7a016efc0eed1 /target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch | |
parent | 807db2473d8bb6a1ee86fb1f4608936d021ab383 (diff) | |
download | mtk-20170518-75b905e93d62f008ac1d709e1aa5a54a517d548f.zip mtk-20170518-75b905e93d62f008ac1d709e1aa5a54a517d548f.tar.gz mtk-20170518-75b905e93d62f008ac1d709e1aa5a54a517d548f.tar.bz2 |
rename patches to follow our naming conventions
SVN-Revision: 8196
Diffstat (limited to 'target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch')
-rw-r--r-- | target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch b/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch deleted file mode 100644 index 7f84513..0000000 --- a/target/linux/adm5120-2.6/patches-2.6.22/004-adm5120_uart.patch +++ /dev/null @@ -1,53 +0,0 @@ -Index: linux-2.6.22.1/drivers/serial/Makefile -=================================================================== ---- linux-2.6.22.1.orig/drivers/serial/Makefile -+++ linux-2.6.22.1/drivers/serial/Makefile -@@ -21,6 +21,7 @@ obj-$(CONFIG_SERIAL_8250_EXAR_ST16C554) - obj-$(CONFIG_SERIAL_8250_HUB6) += 8250_hub6.o - obj-$(CONFIG_SERIAL_8250_MCA) += 8250_mca.o - obj-$(CONFIG_SERIAL_8250_AU1X00) += 8250_au1x00.o -+obj-$(CONFIG_SERIAL_ADM5120) += adm5120_uart.o - obj-$(CONFIG_SERIAL_AMBA_PL010) += amba-pl010.o - obj-$(CONFIG_SERIAL_AMBA_PL011) += amba-pl011.o - obj-$(CONFIG_SERIAL_CLPS711X) += clps711x.o -Index: linux-2.6.22.1/include/linux/serial_core.h -=================================================================== ---- linux-2.6.22.1.orig/include/linux/serial_core.h -+++ linux-2.6.22.1/include/linux/serial_core.h -@@ -143,6 +143,9 @@ - #define PORT_KS8695 76 - - -+/* ADMtek ADM5120 SoC */ -+#define PORT_ADM5120 77 -+ - #ifdef __KERNEL__ - - #include <linux/compiler.h> -Index: linux-2.6.22.1/drivers/serial/Kconfig -=================================================================== ---- linux-2.6.22.1.orig/drivers/serial/Kconfig -+++ linux-2.6.22.1/drivers/serial/Kconfig -@@ -270,6 +270,22 @@ config SERIAL_8250_RM9K - - comment "Non-8250 serial port support" - -+config SERIAL_ADM5120 -+ bool "ADM5120 serial port support" -+ depends on MIPS_ADM5120 -+ select SERIAL_CORE -+ select SERIAL_CORE_CONSOLE -+ help -+ Driver for the on chip UARTs on the ADM5120 SoC -+ -+config ADM5120_NR_UARTS -+ int "Maximum number of ADM5120 serial ports" -+ depends on SERIAL_ADM5120 -+ default "2" -+ ---help--- -+ Set this to the number of serial ports you want the driver to -+ support. -+ - config SERIAL_AMBA_PL010 - tristate "ARM AMBA PL010 serial port support" - depends on ARM_AMBA && (BROKEN || !ARCH_VERSATILE) |