Commit fc60a8b6 authored by Andreas Färber's avatar Andreas Färber Committed by Greg Kroah-Hartman

tty: serial: owl: Implement console driver

Implement serial console driver to complement earlycon.

Based on LeMaker linux-actions tree.
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5771a8c0
...@@ -1689,7 +1689,7 @@ config SERIAL_MVEBU_CONSOLE ...@@ -1689,7 +1689,7 @@ config SERIAL_MVEBU_CONSOLE
Otherwise, say 'N'. Otherwise, say 'N'.
config SERIAL_OWL config SERIAL_OWL
bool "Actions Semi Owl serial port support" tristate "Actions Semi Owl serial port support"
depends on ARCH_ACTIONS || COMPILE_TEST depends on ARCH_ACTIONS || COMPILE_TEST
select SERIAL_CORE select SERIAL_CORE
help help
...@@ -1705,7 +1705,7 @@ config SERIAL_OWL_CONSOLE ...@@ -1705,7 +1705,7 @@ config SERIAL_OWL_CONSOLE
default y default y
help help
Say 'Y' here if you wish to use Actions Semiconductor S500/S900 UART Say 'Y' here if you wish to use Actions Semiconductor S500/S900 UART
as the system console. Only earlycon is implemented currently. as the system console.
endmenu endmenu
......
This diff is collapsed.
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
#define PORT_CLPS711X 33 #define PORT_CLPS711X 33
#define PORT_SA1100 34 #define PORT_SA1100 34
#define PORT_UART00 35 #define PORT_UART00 35
#define PORT_OWL 36
#define PORT_21285 37 #define PORT_21285 37
/* Sparc type numbers. */ /* Sparc type numbers. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment