ath5k: correct endianness of frame duration
[cascardo/linux.git] / drivers / serial / Kconfig
index 388e371..ec3c214 100644 (file)
@@ -1644,8 +1644,17 @@ config SERIAL_ALTERA_UART_CONSOLE
 
 config SERIAL_IFX6X60
         tristate "SPI protocol driver for Infineon 6x60 modem (EXPERIMENTAL)"
-       depends on GPIOLIB && EXPERIMENTAL
+       depends on GPIOLIB && SPI && EXPERIMENTAL
        help
          Support for the IFX6x60 modem devices on Intel MID platforms.
 
+config SERIAL_PCH_UART
+       tristate "Intel EG20T PCH UART"
+       depends on PCI && DMADEVICES
+       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.
 endmenu