CONFIG_LOG_BACKEND_UART_OUTPUT_TEXT

Text

Type: bool

Help

Output in text.

Direct dependencies

<choice LOG_BACKEND_UART_OUTPUT: UART Backend Output Mode>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Subsystem>/logging/Kconfig.backends:31

Included via Kconfig:8Kconfig.zephyr:44<Subsystem>/Kconfig:31<Subsystem>/logging/Kconfig:23

Menu path: (Top) → Sub Systems and OS Services → Logging → Backends → Enable UART backend → UART Backend Output Mode

config LOG_BACKEND_UART_OUTPUT_TEXT
    bool "Text"
    depends on <choice LOG_BACKEND_UART_OUTPUT>
    help
      Output in text.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)