diff options
author | Jingchang Lu <b35083@freescale.com> | 2013-06-07 03:20:40 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-09 07:30:44 +0200 |
commit | c9e2e946fb0ba5d2398feb89558f98c5c28e23e3 (patch) | |
tree | c2cebc2606be1bd35623147381de3dbab3a11802 /drivers/tty/serial/Makefile | |
parent | Merge 3.10-rc5 into tty-next (diff) | |
download | linux-c9e2e946fb0ba5d2398feb89558f98c5c28e23e3.tar.xz linux-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/Makefile | 1 |
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 |