CONFIG_BAUDRATE is not relevant for the QUP driver, and neither is CONFIG_DEBUG_UART_SKIP_INIT so remove them from the doc.
Signed-off-by: Luca Weiss <[email protected]> --- doc/board/qualcomm/debugging.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/board/qualcomm/debugging.rst b/doc/board/qualcomm/debugging.rst index c3289c9e4e346058943afd9c803cc44426841544..42821f6546c6425c4b55e1f89501b94bbf9d0623 100644 --- a/doc/board/qualcomm/debugging.rst +++ b/doc/board/qualcomm/debugging.rst @@ -42,7 +42,6 @@ Older boards (db410c and db820c) Open ``configs/dragonboard<BOARD>_defconfig`` - CONFIG_BAUDRATE=115200 CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_ANNOUNCE=y # db410c - 0x78b0000 @@ -50,7 +49,6 @@ Open ``configs/dragonboard<BOARD>_defconfig`` CONFIG_DEBUG_UART_BASE=0x75b0000 CONFIG_DEBUG_UART_MSM=y CONFIG_DEBUG_UART_CLOCK=7372800 - #CONFIG_DEBUG_UART_SKIP_INIT=y CONFIG_LOG=y CONFIG_HEXDUMP=y -- 2.51.0

