Skip to content

Commit fffd717

Browse files
blogicgregkh
authored andcommitted
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>
1 parent 3ace822 commit fffd717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/tty/serial/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
12941294

12951295
config SERIAL_AR933X
12961296
tristate "AR933X serial port support"
1297-
depends on HAVE_CLK && SOC_AR933X
1297+
depends on HAVE_CLK && ATH79
12981298
select SERIAL_CORE
12991299
help
13001300
If you have an Atheros AR933X SOC based board and want to use the

0 commit comments

Comments
 (0)