diff options
author | Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com> | 2010-11-16 19:55:54 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-30 20:23:44 -0500 |
commit | 3c6a483275f47a2ef7119309ad3d791c10cf30da (patch) | |
tree | 21a0169560b390f14fd70d98439ec189231061d1 /drivers/serial/Kconfig | |
parent | 095e24b0ea75b2bdc532b39b04530993442f237f (diff) |
Serial: EG20T: add PCH_UART driver
UART driver of Intel EG20T(Topcliff) PCH
Intel EG20T PCH is the platform controller hub that is going to be used in
Intel's general embedded platform. All IO peripherals in
Intel EG20T PCH are actually devices sitting on AMBA bus.
Intel EG20T PCH has UART I/F. Using this I/F, it is able to access system
devices connected to UART.
Signed-off-by: Tomoya MORINAGA <tomoya-linux@dsn.okisemi.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 9f6daae5edf2..fa02904c1910 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1648,4 +1648,12 @@ config SERIAL_IFX6X60 | |||
1648 | help | 1648 | help |
1649 | Support for the IFX6x60 modem devices on Intel MID platforms. | 1649 | Support for the IFX6x60 modem devices on Intel MID platforms. |
1650 | 1650 | ||
1651 | config SERIAL_PCH_UART | ||
1652 | tristate "Intel EG20T PCH UART" | ||
1653 | select SERIAL_CORE | ||
1654 | depends on PCI | ||
1655 | help | ||
1656 | 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 | Enabling PCH_DMA, this PCH UART works as DMA mode. | ||
1651 | endmenu | 1659 | endmenu |