aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig31
1 files changed, 28 insertions, 3 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 2b8334601c8b..d9ccbf825095 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1319,6 +1319,18 @@ config SERIAL_MSM_CONSOLE
1319 depends on SERIAL_MSM=y 1319 depends on SERIAL_MSM=y
1320 select SERIAL_CORE_CONSOLE 1320 select SERIAL_CORE_CONSOLE
1321 1321
1322config SERIAL_MSM_HS
1323 tristate "MSM UART High Speed: Serial Driver"
1324 depends on ARCH_MSM
1325 select SERIAL_CORE
1326 help
1327 If you have a machine based on MSM family of SoCs, you
1328 can enable its onboard high speed serial port by enabling
1329 this option.
1330
1331 Choose M here to compile it as a module. The module will be
1332 called msm_serial_hs.
1333
1322config SERIAL_VT8500 1334config SERIAL_VT8500
1323 bool "VIA VT8500 on-chip serial port support" 1335 bool "VIA VT8500 on-chip serial port support"
1324 depends on ARM && ARCH_VT8500 1336 depends on ARM && ARCH_VT8500
@@ -1588,12 +1600,25 @@ config SERIAL_IFX6X60
1588 Support for the IFX6x60 modem devices on Intel MID platforms. 1600 Support for the IFX6x60 modem devices on Intel MID platforms.
1589 1601
1590config SERIAL_PCH_UART 1602config SERIAL_PCH_UART
1591 tristate "Intel EG20T PCH UART" 1603 tristate "Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
1592 depends on PCI && DMADEVICES 1604 depends on PCI
1593 select SERIAL_CORE 1605 select SERIAL_CORE
1594 select PCH_DMA
1595 help 1606 help
1596 This driver is for PCH(Platform controller Hub) UART of Intel EG20T 1607 This driver is for PCH(Platform controller Hub) UART of Intel EG20T
1597 which is an IOH(Input/Output Hub) for x86 embedded processor. 1608 which is an IOH(Input/Output Hub) for x86 embedded processor.
1598 Enabling PCH_DMA, this PCH UART works as DMA mode. 1609 Enabling PCH_DMA, this PCH UART works as DMA mode.
1610
1611 This driver also can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/
1612 Output Hub) which is for IVI(In-Vehicle Infotainment) use.
1613 ML7213 is companion chip for Intel Atom E6xx series.
1614 ML7213 is completely compatible for Intel EG20T PCH.
1615
1616config SERIAL_MSM_SMD
1617 bool "Enable tty device interface for some SMD ports"
1618 default n
1619 depends on MSM_SMD
1620 help
1621 Enables userspace clients to read and write to some streaming SMD
1622 ports via tty device interface for MSM chipset.
1623
1599endmenu 1624endmenu