Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 245290
b: refs/heads/master
c: 2f0fc41
h: refs/heads/master
v: v3
  • Loading branch information
John Crispin authored and Ralf Baechle committed May 19, 2011
1 parent 683d88e commit 21ecafe
Show file tree
Hide file tree
Showing 4 changed files with 766 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: 935c500c377d8e414bbe08e0e169f6c85d2a4273
refs/heads/master: 2f0fc4159a6abc20b13569522c545150b99485cf
8 changes: 8 additions & 0 deletions trunk/drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,14 @@ config SERIAL_OF_PLATFORM_NWPSERIAL_CONSOLE
help
Support for Console on the NWP serial ports.

config SERIAL_LANTIQ
bool "Lantiq serial driver"
depends on LANTIQ
select SERIAL_CORE
select SERIAL_CORE_CONSOLE
help
Support for console and UART on Lantiq SoCs.

config SERIAL_QE
tristate "Freescale QUICC Engine serial port support"
depends on QUICC_ENGINE
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/tty/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@ obj-$(CONFIG_SERIAL_IFX6X60) += ifx6x60.o
obj-$(CONFIG_SERIAL_PCH_UART) += pch_uart.o
obj-$(CONFIG_SERIAL_MSM_SMD) += msm_smd_tty.o
obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
obj-$(CONFIG_SERIAL_LANTIQ) += lantiq.o
Loading

0 comments on commit 21ecafe

Please sign in to comment.