aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Makefile
diff options
context:
space:
mode:
authorNiranjana Vishwanathapura <nvishwan@codeaurora.org>2011-02-09 11:16:34 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-17 11:25:38 -0800
commitdaaf6ff42d12c89f179868387c0107db6625f0f3 (patch)
tree0eb488d029f82e27e1fbb66e46214d0520467ce4 /drivers/tty/serial/Makefile
parentserial: change the divisor latch only when prescalar actually changed (diff)
downloadlinux-dev-daaf6ff42d12c89f179868387c0107db6625f0f3.tar.xz
linux-dev-daaf6ff42d12c89f179868387c0107db6625f0f3.zip
tty: Add msm_smd_tty driver
msm_smd_tty driver provides tty device interface to 'DS' and 'GPSNMEA' streaming SMD ports. Cc: Brian Swetland <swetland@google.com> Signed-off-by: Niranjana Vishwanathapura <nvishwan@codeaurora.org> Acked-by: Alan Cox <alan@linux.intel.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 8ea92e9c73b0..0c6aefb55acf 100644
--- a/drivers/tty/serial/Makefile
+++ b/drivers/tty/serial/Makefile
@@ -92,3 +92,4 @@ obj-$(CONFIG_SERIAL_MRST_MAX3110) += mrst_max3110.o
obj-$(CONFIG_SERIAL_MFD_HSU) += mfd.o
obj-$(CONFIG_SERIAL_IFX6X60) += ifx6x60.o
obj-$(CONFIG_SERIAL_PCH_UART) += pch_uart.o
+obj-$(CONFIG_SERIAL_MSM_SMD) += msm_smd_tty.o