Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227061
b: refs/heads/master
c: 3c6a483
h: refs/heads/master
i:
  227059: 492dd55
v: v3
  • Loading branch information
Tomoya MORINAGA authored and Greg Kroah-Hartman committed Dec 1, 2010
1 parent 450018e commit 2d5670b
Show file tree
Hide file tree
Showing 4 changed files with 1,460 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 095e24b0ea75b2bdc532b39b04530993442f237f
refs/heads/master: 3c6a483275f47a2ef7119309ad3d791c10cf30da
8 changes: 8 additions & 0 deletions trunk/drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1648,4 +1648,12 @@ config SERIAL_IFX6X60
help
Support for the IFX6x60 modem devices on Intel MID platforms.

config SERIAL_PCH_UART
tristate "Intel EG20T PCH UART"
select SERIAL_CORE
depends on PCI
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
1 change: 1 addition & 0 deletions trunk/drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,4 @@ obj-$(CONFIG_SERIAL_MRST_MAX3110) += mrst_max3110.o
obj-$(CONFIG_SERIAL_MFD_HSU) += mfd.o
obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o
obj-$(CONFIG_SERIAL_IFX6X60) += ifx6x60.o
obj-$(CONFIG_SERIAL_PCH_UART) += pch_uart.o
Loading

0 comments on commit 2d5670b

Please sign in to comment.