Skip to content

Commit

Permalink
tty: serial: owl: Implement console driver
Browse files Browse the repository at this point in the history
Implement serial console driver to complement earlycon.

Based on LeMaker linux-actions tree.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
afaerber authored and gregkh committed Jul 18, 2017
1 parent 5771a8c commit fc60a8b
Show file tree
Hide file tree
Showing 3 changed files with 636 additions and 4 deletions.
4 changes: 2 additions & 2 deletions drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1689,7 +1689,7 @@ config SERIAL_MVEBU_CONSOLE
Otherwise, say 'N'.

config SERIAL_OWL
bool "Actions Semi Owl serial port support"
tristate "Actions Semi Owl serial port support"
depends on ARCH_ACTIONS || COMPILE_TEST
select SERIAL_CORE
help
Expand All @@ -1705,7 +1705,7 @@ config SERIAL_OWL_CONSOLE
default y
help
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

Expand Down
Loading

0 comments on commit fc60a8b

Please sign in to comment.