summaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2018-05-07 15:14:07 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 13:51:12 +0200
commitfffd7173ac3210279896f8726ec31699b28c93b4 (patch)
treedaf46985c03e76d6d572e8b38d63595719126365 /drivers/tty
parent3ace822ad4b255eff7f56d2f452f7a8409b29b6d (diff)
downloadop-kernel-dev-fffd7173ac3210279896f8726ec31699b28c93b4.zip
op-kernel-dev-fffd7173ac3210279896f8726ec31699b28c93b4.tar.gz
tty: serial: drop ATH79 specific SoC symbols
QCA MIPS support is being converted to pure OF. As part of this we are dropping the SOC_AR* symbols. Additionally the SERIAL_AR933X style tty is also found on a few SoCs newer that the AR933x. This patch changes the dependency to ATH79, thus fixing the 2 issues described above. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index eca5518..df8bd0c 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1294,7 +1294,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
config SERIAL_AR933X
tristate "AR933X serial port support"
- depends on HAVE_CLK && SOC_AR933X
+ depends on HAVE_CLK && ATH79
select SERIAL_CORE
help
If you have an Atheros AR933X SOC based board and want to use the
OpenPOWER on IntegriCloud