CONFIG_LOG_BACKEND_UART

Enable UART backend

Type: bool

Help

When enabled backend is using UART to output logs.

Direct dependencies

UART_CONSOLE && LOG

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/logging/Kconfig:266

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:18

Menu path: (top menu) → Logging Options

config LOG_BACKEND_UART
    bool
    prompt "Enable UART backend" if UART_CONSOLE && LOG
    default "y" if UART_CONSOLE && LOG
    depends on UART_CONSOLE && LOG
    help
      When enabled backend is using UART to output logs.

(Definitions include propagated dependencies, including from if’s and menus.)