aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorNiranjana Vishwanathapura <nvishwan@codeaurora.org>2011-02-09 14:16:34 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-17 14:25:38 -0500
commitdaaf6ff42d12c89f179868387c0107db6625f0f3 (patch)
tree0eb488d029f82e27e1fbb66e46214d0520467ce4 /drivers/tty/serial/Kconfig
parent0d0389e5414c8950b1613e8bdc74289cde3d6d98 (diff)
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/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index aaedbad93a75..90d939a4ee5d 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1600,4 +1600,13 @@ config SERIAL_PCH_UART
1600 Output Hub) which is for IVI(In-Vehicle Infotainment) use. 1600 Output Hub) which is for IVI(In-Vehicle Infotainment) use.
1601 ML7213 is companion chip for Intel Atom E6xx series. 1601 ML7213 is companion chip for Intel Atom E6xx series.
1602 ML7213 is completely compatible for Intel EG20T PCH. 1602 ML7213 is completely compatible for Intel EG20T PCH.
1603
1604config SERIAL_MSM_SMD
1605 bool "Enable tty device interface for some SMD ports"
1606 default n
1607 depends on MSM_SMD
1608 help
1609 Enables userspace clients to read and write to some streaming SMD
1610 ports via tty device interface for MSM chipset.
1611
1603endmenu 1612endmenu