aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/tty/serial/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 3c598e3e7156..cc4c8682b47b 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1401,13 +1401,16 @@ config SERIAL_XILINX_PS_UART_CONSOLE
1401 Enable a Xilinx PS UART port to be the system console. 1401 Enable a Xilinx PS UART port to be the system console.
1402 1402
1403config SERIAL_AR933X 1403config SERIAL_AR933X
1404 bool "AR933X serial port support" 1404 tristate "AR933X serial port support"
1405 depends on HAVE_CLK && SOC_AR933X 1405 depends on HAVE_CLK && SOC_AR933X
1406 select SERIAL_CORE 1406 select SERIAL_CORE
1407 help 1407 help
1408 If you have an Atheros AR933X SOC based board and want to use the 1408 If you have an Atheros AR933X SOC based board and want to use the
1409 built-in UART of the SoC, say Y to this option. 1409 built-in UART of the SoC, say Y to this option.
1410 1410
1411 To compile this driver as a module, choose M here: the
1412 module will be called ar933x_uart.
1413
1411config SERIAL_AR933X_CONSOLE 1414config SERIAL_AR933X_CONSOLE
1412 bool "Console on AR933X serial port" 1415 bool "Console on AR933X serial port"
1413 depends on SERIAL_AR933X=y 1416 depends on SERIAL_AR933X=y