serial: Kconfig: default y for DEBUG_UART_ALWAYS

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: Ie40ee20335c4aaafe8e31c32438b78de41bc01fd
This commit is contained in:
Joseph Chen 2020-09-27 11:31:29 +08:00
parent 41b72d132e
commit 407f6521ad
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ config DEBUG_UART_SKIP_INIT
config DEBUG_UART_ALWAYS
bool "Always use debug UART mode"
default y if !ROCKCHIP_PX5
help
Say y to always use debug UART, skip complicated console UART register.