serial: Add vcth UART driver

This patch adds the UART driver for the upcoming VCTH board support.

Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Stefan Roese
2008-11-12 13:30:10 +01:00
committed by Wolfgang Denk
parent 142a80ffc3
commit c034075a71
2 changed files with 122 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ COBJS-$(CONFIG_PL011_SERIAL) += serial_pl01x.o
COBJS-$(CONFIG_XILINX_UARTLITE) += serial_xuartlite.o
COBJS-$(CONFIG_SCIF_CONSOLE) += serial_sh.o
COBJS-$(CONFIG_USB_TTY) += usbtty.o
COBJS-$(CONFIG_VCTH_SERIAL) += vcth.o
COBJS := $(sort $(COBJS-y))
SRCS := $(COBJS:.o=.c)