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/Kconfig54
1 files changed, 28 insertions, 26 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 2b8334601c8b..e461be164f67 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1110,29 +1110,6 @@ config SERIAL_PMACZILOG_CONSOLE
1110 on your (Power)Mac as the console, you can do so by answering 1110 on your (Power)Mac as the console, you can do so by answering
1111 Y to this option. 1111 Y to this option.
1112 1112
1113config SERIAL_LH7A40X
1114 tristate "Sharp LH7A40X embedded UART support"
1115 depends on ARM && ARCH_LH7A40X
1116 select SERIAL_CORE
1117 help
1118 This enables support for the three on-board UARTs of the
1119 Sharp LH7A40X series CPUs. Choose Y or M.
1120
1121config SERIAL_LH7A40X_CONSOLE
1122 bool "Support for console on Sharp LH7A40X serial port"
1123 depends on SERIAL_LH7A40X=y
1124 select SERIAL_CORE_CONSOLE
1125 help
1126 Say Y here if you wish to use one of the serial ports as the
1127 system console--the system console is the device which
1128 receives all kernel messages and warnings and which allows
1129 logins in single user mode.
1130
1131 Even if you say Y here, the currently visible framebuffer console
1132 (/dev/tty0) will still be used as the default system console, but
1133 you can alter that using a kernel command line, for example
1134 "console=ttyAM1".
1135
1136config SERIAL_CPM 1113config SERIAL_CPM
1137 tristate "CPM SCC/SMC serial port support" 1114 tristate "CPM SCC/SMC serial port support"
1138 depends on CPM2 || 8xx 1115 depends on CPM2 || 8xx
@@ -1319,6 +1296,18 @@ config SERIAL_MSM_CONSOLE
1319 depends on SERIAL_MSM=y 1296 depends on SERIAL_MSM=y
1320 select SERIAL_CORE_CONSOLE 1297 select SERIAL_CORE_CONSOLE
1321 1298
1299config SERIAL_MSM_HS
1300 tristate "MSM UART High Speed: Serial Driver"
1301 depends on ARCH_MSM
1302 select SERIAL_CORE
1303 help
1304 If you have a machine based on MSM family of SoCs, you
1305 can enable its onboard high speed serial port by enabling
1306 this option.
1307
1308 Choose M here to compile it as a module. The module will be
1309 called msm_serial_hs.
1310
1322config SERIAL_VT8500 1311config SERIAL_VT8500
1323 bool "VIA VT8500 on-chip serial port support" 1312 bool "VIA VT8500 on-chip serial port support"
1324 depends on ARM && ARCH_VT8500 1313 depends on ARM && ARCH_VT8500
@@ -1588,12 +1577,25 @@ config SERIAL_IFX6X60
1588 Support for the IFX6x60 modem devices on Intel MID platforms. 1577 Support for the IFX6x60 modem devices on Intel MID platforms.
1589 1578
1590config SERIAL_PCH_UART 1579config SERIAL_PCH_UART
1591 tristate "Intel EG20T PCH UART" 1580 tristate "Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
1592 depends on PCI && DMADEVICES 1581 depends on PCI
1593 select SERIAL_CORE 1582 select SERIAL_CORE
1594 select PCH_DMA
1595 help 1583 help
1596 This driver is for PCH(Platform controller Hub) UART of Intel EG20T 1584 This driver is for PCH(Platform controller Hub) UART of Intel EG20T
1597 which is an IOH(Input/Output Hub) for x86 embedded processor. 1585 which is an IOH(Input/Output Hub) for x86 embedded processor.
1598 Enabling PCH_DMA, this PCH UART works as DMA mode. 1586 Enabling PCH_DMA, this PCH UART works as DMA mode.
1587
1588 This driver also can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/
1589 Output Hub) which is for IVI(In-Vehicle Infotainment) use.
1590 ML7213 is companion chip for Intel Atom E6xx series.
1591 ML7213 is completely compatible for Intel EG20T PCH.
1592
1593config SERIAL_MSM_SMD
1594 bool "Enable tty device interface for some SMD ports"
1595 default n
1596 depends on MSM_SMD
1597 help
1598 Enables userspace clients to read and write to some streaming SMD
1599 ports via tty device interface for MSM chipset.
1600
1599endmenu 1601endmenu