aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index fa02904c1910..ec3c214598d0 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1650,8 +1650,9 @@ config SERIAL_IFX6X60
1650 1650
1651config SERIAL_PCH_UART 1651config SERIAL_PCH_UART
1652 tristate "Intel EG20T PCH UART" 1652 tristate "Intel EG20T PCH UART"
1653 depends on PCI && DMADEVICES
1653 select SERIAL_CORE 1654 select SERIAL_CORE
1654 depends on PCI 1655 select PCH_DMA
1655 help 1656 help
1656 This driver is for PCH(Platform controller Hub) UART of Intel EG20T 1657 This driver is for PCH(Platform controller Hub) UART of Intel EG20T
1657 which is an IOH(Input/Output Hub) for x86 embedded processor. 1658 which is an IOH(Input/Output Hub) for x86 embedded processor.