mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
serial: Add auart driver for i.MX23/28
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user