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:
parent
41b72d132e
commit
407f6521ad
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue