Skip to content

Commit

Permalink
serial: Add auart driver for i.MX23/28
Browse files Browse the repository at this point in the history
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
  • Loading branch information
Sascha Hauer committed Jan 25, 2011
1 parent 9c2c358 commit 47d37d6
Show file tree
Hide file tree
Showing 3 changed files with 815 additions and 0 deletions.
15 changes: 15 additions & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 47d37d6

Please sign in to comment.