summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Makefile
diff options
context:
space:
mode:
authorJohn Linn <john.linn@xilinx.com>2011-04-30 00:07:43 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-03 10:26:39 -0700
commit61ec9016988f5c030e96e3c8a42ee9e11b8517aa (patch)
tree0f04b3bf6a92c9e75e789e1a956b3e7098182af1 /drivers/tty/serial/Makefile
parent0a77c4f9d451a6652f5536548df1b75f4b5b836c (diff)
downloadop-kernel-dev-61ec9016988f5c030e96e3c8a42ee9e11b8517aa.zip
op-kernel-dev-61ec9016988f5c030e96e3c8a42ee9e11b8517aa.tar.gz
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/Makefile')
-rw-r--r--drivers/tty/serial/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Makefile b/drivers/tty/serial/Makefile
index fee0690..aafddf1 100644
--- a/drivers/tty/serial/Makefile
+++ b/drivers/tty/serial/Makefile
@@ -94,3 +94,4 @@ obj-$(CONFIG_SERIAL_IFX6X60) += ifx6x60.o
obj-$(CONFIG_SERIAL_PCH_UART) += pch_uart.o
obj-$(CONFIG_SERIAL_MSM_SMD) += msm_smd_tty.o
obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
+obj-$(CONFIG_SERIAL_XILINX_PS_UART) += xilinx_uartps.o
OpenPOWER on IntegriCloud