serial: Add auart driver for i.MX23/28

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer
2011-01-11 15:54:54 +01:00
parent 9c2c35848c
commit 47d37d6f94
3 changed files with 815 additions and 0 deletions
+15
View File
@@ -1595,4 +1595,19 @@ config SERIAL_PCH_UART
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.
config SERIAL_MXS_AUART
depends on ARCH_MXS
tristate "MXS AUART support"
select SERIAL_CORE
help
This driver supports the MXS Application UART (AUART) port.
config SERIAL_MXS_AUART_CONSOLE
bool "MXS AUART console support"
depends on SERIAL_MXS_AUART=y
select SERIAL_CORE_CONSOLE
help
Enable a MXS AUART port to be the system console.
endmenu
+1
View File
@@ -92,3 +92,4 @@ obj-$(CONFIG_SERIAL_MRST_MAX3110) += mrst_max3110.o
obj-$(CONFIG_SERIAL_MFD_HSU) += mfd.o
obj-$(CONFIG_SERIAL_IFX6X60) += ifx6x60.o
obj-$(CONFIG_SERIAL_PCH_UART) += pch_uart.o
obj-$(CONFIG_SERIAL_MXS_AUART) += mxs-auart.o
File diff suppressed because it is too large Load Diff