Skip to content

Commit

Permalink
debug_uart: restore ns16550 as default
Browse files Browse the repository at this point in the history
Since commit 220e802 ("nios2: convert altera_jtag_uart to
driver model"), the default debug uart was changed. Most people
use ns16550 UART, so restore it as default.

Signed-off-by: Thomas Chou <[email protected]>
Reported-by: Ezequiel Garcia <[email protected]>
Reported-by: Ariel D'Alessandro <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Acked-by: Simon Glass <[email protected]>
  • Loading branch information
hippo5329 authored and trini committed Nov 21, 2015
1 parent 1d149ed commit b1e361b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ config DEBUG_UART
choice
prompt "Select which UART will provide the debug UART"
depends on DEBUG_UART
default DEBUG_UART_NS16550

config DEBUG_UART_ALTERA_JTAGUART
bool "Altera JTAG UART"
Expand Down

0 comments on commit b1e361b

Please sign in to comment.