choice: UART Backend Output Mode

UART Backend Output Mode

Type: bool

Direct dependencies

LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.backends:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:31<Zephyr>/subsys/logging/Kconfig:23

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

choice
    bool "UART Backend Output Mode"
    default LOG_BACKEND_UART_OUTPUT_TEXT
    depends on LOG_BACKEND_UART && !LOG_FRONTEND && !LOG_MINIMAL && LOG

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