98516c4464d2a8723ff570f928d580a5b34cb58e
[openwrt/openwrt.git] / target / linux / ramips / patches-3.10 / 0020-serial-ralink-adds-mt7620-serial.patch
1 From 629a2ca61e0fbf331f88692038391d22f21b7c70 Mon Sep 17 00:00:00 2001
2 From: John Crispin <blogic@openwrt.org>
3 Date: Fri, 15 Mar 2013 18:16:01 +0100
4 Subject: [PATCH 20/33] serial: ralink: adds mt7620 serial
5
6 Add the config symbol for Mediatek7620 SoC to SERIAL_8250_RT288X
7
8 Signed-off-by: John Crispin <blogic@openwrt.org>
9 ---
10 drivers/tty/serial/8250/Kconfig | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
14 index 80fe91e..f6d6820 100644
15 --- a/drivers/tty/serial/8250/Kconfig
16 +++ b/drivers/tty/serial/8250/Kconfig
17 @@ -296,7 +296,7 @@ config SERIAL_8250_EM
18
19 config SERIAL_8250_RT288X
20 bool "Ralink RT288x/RT305x/RT3662/RT3883 serial port support"
21 - depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883)
22 + depends on SERIAL_8250 && (SOC_RT288X || SOC_RT305X || SOC_RT3883 || SOC_MT7620)
23 help
24 If you have a Ralink RT288x/RT305x SoC based board and want to use the
25 serial port, say Y to this option. The driver can handle up to 2 serial
26 --
27 1.7.10.4
28