aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Makefile
diff options
context:
space:
mode:
authorJingchang Lu <b35083@freescale.com>2013-06-07 09:20:40 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-06-08 22:30:44 -0700
commitc9e2e946fb0ba5d2398feb89558f98c5c28e23e3 (patch)
treec2cebc2606be1bd35623147381de3dbab3a11802 /drivers/tty/serial/Makefile
parentMerge 3.10-rc5 into tty-next (diff)
downloadlinux-dev-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.tar.xz
linux-dev-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.zip
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 eedfec40e3dd..cf650f0cd6e4 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