Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm
[firefly-linux-kernel-4.4.55.git] / drivers / tty / serial / Kconfig
index 2b8334601c8b586b957168906f7eb490c1ee8f57..e461be164f6775fba088416a63b71bb33e8f1d22 100644 (file)
@@ -1110,29 +1110,6 @@ config SERIAL_PMACZILOG_CONSOLE
          on your (Power)Mac as the console, you can do so by answering
          Y to this option.
 
-config SERIAL_LH7A40X
-       tristate "Sharp LH7A40X embedded UART support"
-       depends on ARM && ARCH_LH7A40X
-       select SERIAL_CORE
-       help
-         This enables support for the three on-board UARTs of the
-         Sharp LH7A40X series CPUs.  Choose Y or M.
-
-config SERIAL_LH7A40X_CONSOLE
-       bool "Support for console on Sharp LH7A40X serial port"
-       depends on SERIAL_LH7A40X=y
-       select SERIAL_CORE_CONSOLE
-       help
-         Say Y here if you wish to use one of the serial ports as the
-         system console--the system console is the device which
-         receives all kernel messages and warnings and which allows
-         logins in single user mode.
-
-         Even if you say Y here, the currently visible framebuffer console
-         (/dev/tty0) will still be used as the default system console, but
-         you can alter that using a kernel command line, for example
-         "console=ttyAM1".
-
 config SERIAL_CPM
        tristate "CPM SCC/SMC serial port support"
        depends on CPM2 || 8xx
@@ -1319,6 +1296,18 @@ config SERIAL_MSM_CONSOLE
        depends on SERIAL_MSM=y
        select SERIAL_CORE_CONSOLE
 
+config SERIAL_MSM_HS
+       tristate "MSM UART High Speed: Serial Driver"
+       depends on ARCH_MSM
+       select SERIAL_CORE
+       help
+         If you have a machine based on MSM family of SoCs, you
+         can enable its onboard high speed serial port by enabling
+         this option.
+
+         Choose M here to compile it as a module. The module will be
+         called msm_serial_hs.
+
 config SERIAL_VT8500
        bool "VIA VT8500 on-chip serial port support"
        depends on ARM && ARCH_VT8500
@@ -1588,12 +1577,25 @@ config SERIAL_IFX6X60
          Support for the IFX6x60 modem devices on Intel MID platforms.
 
 config SERIAL_PCH_UART
-       tristate "Intel EG20T PCH UART"
-       depends on PCI && DMADEVICES
+       tristate "Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
+       depends on PCI
        select SERIAL_CORE
-       select PCH_DMA
        help
          This driver is for PCH(Platform controller Hub) UART of Intel EG20T
          which is an IOH(Input/Output Hub) for x86 embedded processor.
          Enabling PCH_DMA, this PCH UART works as DMA mode.
+
+         This driver also can be used for OKI SEMICONDUCTOR ML7213 IOH(Input/
+         Output Hub) which is for IVI(In-Vehicle Infotainment) use.
+         ML7213 is companion chip for Intel Atom E6xx series.
+         ML7213 is completely compatible for Intel EG20T PCH.
+
+config SERIAL_MSM_SMD
+       bool "Enable tty device interface for some SMD ports"
+       default n
+       depends on MSM_SMD
+       help
+         Enables userspace clients to read and write to some streaming SMD
+         ports via tty device interface for MSM chipset.
+
 endmenu