diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 23:07:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 23:07:25 -0500 |
commit | dd7c7c3f69291baa488b8a50db683d5fbf44166a (patch) | |
tree | 925bf294f30dffaa67a983c3859926ff53937e14 /drivers/tty/serial/Kconfig | |
parent | 161e773cbd0c3d1b5b8cc00602e1f72de61ed4f7 (diff) | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) |
Merge 3.2-rc3 into tty-next to handle merge conflict in tty_ldisc.c
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 45c5758f7690..705d2dc39c9a 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1581,7 +1581,7 @@ config SERIAL_IFX6X60 | |||
1581 | Support for the IFX6x60 modem devices on Intel MID platforms. | 1581 | Support for the IFX6x60 modem devices on Intel MID platforms. |
1582 | 1582 | ||
1583 | config SERIAL_PCH_UART | 1583 | config SERIAL_PCH_UART |
1584 | tristate "Intel EG20T PCH / OKI SEMICONDUCTOR IOH(ML7213/ML7223) UART" | 1584 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) UART" |
1585 | depends on PCI | 1585 | depends on PCI |
1586 | select SERIAL_CORE | 1586 | select SERIAL_CORE |
1587 | help | 1587 | help |
@@ -1589,12 +1589,12 @@ config SERIAL_PCH_UART | |||
1589 | which is an IOH(Input/Output Hub) for x86 embedded processor. | 1589 | which is an IOH(Input/Output Hub) for x86 embedded processor. |
1590 | Enabling PCH_DMA, this PCH UART works as DMA mode. | 1590 | Enabling PCH_DMA, this PCH UART works as DMA mode. |
1591 | 1591 | ||
1592 | This driver also can be used for OKI SEMICONDUCTOR IOH(Input/ | 1592 | This driver also can be used for LAPIS Semiconductor IOH(Input/ |
1593 | Output Hub), ML7213 and ML7223. | 1593 | Output Hub), ML7213, ML7223 and ML7831. |
1594 | ML7213 IOH is for IVI(In-Vehicle Infotainment) use and ML7223 IOH is | 1594 | ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is |
1595 | for MP(Media Phone) use. | 1595 | for MP(Media Phone) use and ML7831 IOH is for general purpose use. |
1596 | ML7213/ML7223 is companion chip for Intel Atom E6xx series. | 1596 | ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series. |
1597 | ML7213/ML7223 is completely compatible for Intel EG20T PCH. | 1597 | ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH. |
1598 | 1598 | ||
1599 | config SERIAL_PCH_UART_CONSOLE | 1599 | config SERIAL_PCH_UART_CONSOLE |
1600 | bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH" | 1600 | bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH" |