0d3f9b51ce65a547a60add64d7b277337e0b4d75
[openwrt/openwrt.git] / target / linux / ath79 / patches-4.14 / 0001-tty-serial-drop-QCA-pecific-SoC-symbols.patch
1 From 58812f6d0f1e11b03ed266038ed3b7274ab6f121 Mon Sep 17 00:00:00 2001
2 From: John Crispin <john@phrozen.org>
3 Date: Tue, 6 Mar 2018 09:26:32 +0100
4 Subject: [PATCH 01/27] tty: serial: drop QCA pecific SoC symbols
5
6 Signed-off-by: John Crispin <john@phrozen.org>
7 ---
8 drivers/tty/serial/Kconfig | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11 diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
12 index 3682fd3e960c..c92bd969bbf9 100644
13 --- a/drivers/tty/serial/Kconfig
14 +++ b/drivers/tty/serial/Kconfig
15 @@ -1469,7 +1469,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
16
17 config SERIAL_AR933X
18 tristate "AR933X serial port support"
19 - depends on HAVE_CLK && SOC_AR933X
20 + depends on HAVE_CLK && ATH79
21 select SERIAL_CORE
22 help
23 If you have an Atheros AR933X SOC based board and want to use the
24 --
25 2.11.0
26