tty/serial: add support for Xilinx PS UART
[pandora-kernel.git] / drivers / tty / serial / Kconfig
index 80484af..84876ec 100644 (file)
@@ -1612,4 +1612,17 @@ config SERIAL_MXS_AUART_CONSOLE
        help
          Enable a MXS AUART port to be the system console.
 
+config SERIAL_XILINX_PS_UART
+       tristate "Xilinx PS UART support"
+       select SERIAL_CORE
+       help
+         This driver supports the Xilinx PS UART port.
+
+config SERIAL_XILINX_PS_UART_CONSOLE
+       bool "Xilinx PS UART console support"
+       depends on SERIAL_XILINX_PS_UART=y
+       select SERIAL_CORE_CONSOLE
+       help
+         Enable a Xilinx PS UART port to be the system console.
+
 endmenu