summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/Makefile
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2013-06-07 01:20:40 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-09 05:30:44 (GMT)
commitc9e2e946fb0ba5d2398feb89558f98c5c28e23e3 (patch)
treec2cebc2606be1bd35623147381de3dbab3a11802 /drivers/tty/serial/Makefile
parent1ba7055af26f008e8fc8dab9dcb1701534afbe16 (diff)
downloadlinux-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.tar.xz
tty: serial: add Freescale lpuart driver support
Add Freescale lpuart driver support. The lpuart device can be found on Vybrid VF610 and Layerscape LS-1 SoCs. Signed-off-by: Jingchang Lu <b35083@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 eedfec4..cf650f0 100644
--- a/drivers/tty/serial/Makefile
+++ b/drivers/tty/serial/Makefile
@@ -85,3 +85,4 @@ obj-$(CONFIG_SERIAL_AR933X) += ar933x_uart.o
obj-$(CONFIG_SERIAL_EFM32_UART) += efm32-uart.o
obj-$(CONFIG_SERIAL_ARC) += arc_uart.o
obj-$(CONFIG_SERIAL_RP2) += rp2.o
+obj-$(CONFIG_SERIAL_FSL_LPUART) += fsl_lpuart.o