diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index aff9dcd051c6..ec3c214598d0 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1381,6 +1381,16 @@ config SERIAL_MSM_CONSOLE | |||
1381 | depends on SERIAL_MSM=y | 1381 | depends on SERIAL_MSM=y |
1382 | select SERIAL_CORE_CONSOLE | 1382 | select SERIAL_CORE_CONSOLE |
1383 | 1383 | ||
1384 | config SERIAL_VT8500 | ||
1385 | bool "VIA VT8500 on-chip serial port support" | ||
1386 | depends on ARM && ARCH_VT8500 | ||
1387 | select SERIAL_CORE | ||
1388 | |||
1389 | config SERIAL_VT8500_CONSOLE | ||
1390 | bool "VIA VT8500 serial console support" | ||
1391 | depends on SERIAL_VT8500=y | ||
1392 | select SERIAL_CORE_CONSOLE | ||
1393 | |||
1384 | config SERIAL_NETX | 1394 | config SERIAL_NETX |
1385 | tristate "NetX serial port support" | 1395 | tristate "NetX serial port support" |
1386 | depends on ARM && ARCH_NETX | 1396 | depends on ARM && ARCH_NETX |
@@ -1632,4 +1642,19 @@ config SERIAL_ALTERA_UART_CONSOLE | |||
1632 | help | 1642 | help |
1633 | Enable a Altera UART port to be the system console. | 1643 | Enable a Altera UART port to be the system console. |
1634 | 1644 | ||
1645 | config SERIAL_IFX6X60 | ||
1646 | tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)" | ||
1647 | depends on GPIOLIB && SPI && EXPERIMENTAL | ||
1648 | help | ||
1649 | Support for the IFX6x60 modem devices on Intel MID platforms. | ||
1650 | |||
1651 | config SERIAL_PCH_UART | ||
1652 | tristate "Intel EG20T PCH UART" | ||
1653 | depends on PCI && DMADEVICES | ||
1654 | select SERIAL_CORE | ||
1655 | select PCH_DMA | ||
1656 | help | ||
1657 | This driver is for PCH(Platform controller Hub) UART of Intel EG20T | ||
1658 | which is an IOH(Input/Output Hub) for x86 embedded processor. | ||
1659 | Enabling PCH_DMA, this PCH UART works as DMA mode. | ||
1635 | endmenu | 1660 | endmenu |