diff options
-rw-r--r-- | drivers/tty/serial/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 86e2c994d440..aaedbad93a75 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig | |||
@@ -1588,10 +1588,9 @@ config SERIAL_IFX6X60 | |||
1588 | Support for the IFX6x60 modem devices on Intel MID platforms. | 1588 | Support for the IFX6x60 modem devices on Intel MID platforms. |
1589 | 1589 | ||
1590 | config SERIAL_PCH_UART | 1590 | config SERIAL_PCH_UART |
1591 | tristate "Intel EG20T PCH UART" | 1591 | tristate "Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH" |
1592 | depends on PCI && DMADEVICES | 1592 | depends on PCI |
1593 | select SERIAL_CORE | 1593 | select SERIAL_CORE |
1594 | select PCH_DMA | ||
1595 | help | 1594 | help |
1596 | This driver is for PCH(Platform controller Hub) UART of Intel EG20T | 1595 | This driver is for PCH(Platform controller Hub) UART of Intel EG20T |
1597 | which is an IOH(Input/Output Hub) for x86 embedded processor. | 1596 | which is an IOH(Input/Output Hub) for x86 embedded processor. |