diff options
author | John Linn <john.linn@xilinx.com> | 2011-04-30 00:07:43 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-05-03 13:26:39 -0400 |
commit | 61ec9016988f5c030e96e3c8a42ee9e11b8517aa (patch) | |
tree | 0f04b3bf6a92c9e75e789e1a956b3e7098182af1 /drivers/tty/serial/Kconfig | |
parent | 0a77c4f9d451a6652f5536548df1b75f4b5b836c (diff) |
tty/serial: add support for Xilinx PS UART
The Xilinx PS Uart is used on the new ARM based SoC. This
UART is not compatible with others such that a seperate
driver is required.
Signed-off-by: John Linn <john.linn@xilinx.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 80484af781e1..84876ec2ed97 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1612,4 +1612,17 @@ config SERIAL_MXS_AUART_CONSOLE | |||
1612 | help | 1612 | help |
1613 | Enable a MXS AUART port to be the system console. | 1613 | Enable a MXS AUART port to be the system console. |
1614 | 1614 | ||
1615 | config SERIAL_XILINX_PS_UART | ||
1616 | tristate "Xilinx PS UART support" | ||
1617 | select SERIAL_CORE | ||
1618 | help | ||
1619 | This driver supports the Xilinx PS UART port. | ||
1620 | |||
1621 | config SERIAL_XILINX_PS_UART_CONSOLE | ||
1622 | bool "Xilinx PS UART console support" | ||
1623 | depends on SERIAL_XILINX_PS_UART=y | ||
1624 | select SERIAL_CORE_CONSOLE | ||
1625 | help | ||
1626 | Enable a Xilinx PS UART port to be the system console. | ||
1627 | |||
1615 | endmenu | 1628 | endmenu |