From b1e361b6055246da496886e8ee7e0add94635f39 Mon Sep 17 00:00:00 2001 From: Thomas Chou Date: Thu, 19 Nov 2015 21:48:03 +0800 Subject: [PATCH] debug_uart: restore ns16550 as default Since commit 220e8021af96 ("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 Reported-by: Ezequiel Garcia Reported-by: Ariel D'Alessandro Reviewed-by: Tom Rini Reviewed-by: Bin Meng Reviewed-by: Heiko Schocher Acked-by: Simon Glass --- drivers/serial/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index eba96f4a80..2a50771a27 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -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"