File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -471,6 +471,23 @@ config SERIAL_SA1100_CONSOLE
471471 your boot loader (lilo or loadlin) about how to pass options to the
472472 kernel at boot time.)
473473
474+ config SERIAL_ADI_UART
475+ tristate "ADI uart serial port support"
476+ depends on ARCH_SC59X_64
477+ select SERIAL_CORE
478+ select SERIAL_CORE_CONSOLE
479+ help
480+ Add support for the built-in adi uart driver.
481+
482+ config SERIAL_ADI_UART_CONSOLE
483+ bool "Console on ADI uart serial port"
484+ depends on SERIAL_ADI_UART
485+ default y
486+ select SERIAL_CORE_CONSOLE
487+ help
488+ If you have enabled the ADI UART serial port, you can
489+ make it the console by answering Y to this option.
490+
474491config SERIAL_IMX
475492 tristate "IMX serial port support"
476493 depends on ARCH_MXC || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ obj-$(CONFIG_SERIAL_JSM) += jsm/
4949obj-$(CONFIG_SERIAL_LANTIQ) += lantiq.o
5050obj-$(CONFIG_SERIAL_LITEUART) += liteuart.o
5151obj-$(CONFIG_SERIAL_HS_LPC32XX) += lpc32xx_hs.o
52+ obj-$(CONFIG_SERIAL_ADI_UART) += adi_uart.o
5253obj-$(CONFIG_SERIAL_MAX3100) += max3100.o
5354obj-$(CONFIG_SERIAL_MAX310X) += max310x.o
5455obj-$(CONFIG_SERIAL_MCF) += mcf.o
You can’t perform that action at this time.
0 commit comments