CONFIG_LOG_BACKEND_RTT_FORCE_PRINTK

(No prompt – not directly user assignable.)

Type: bool

Direct dependencies

LOG_BACKEND_RTT && !LOG_MINIMAL && LOG

(Includes any dependencies from ifs and menus.)

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig:421

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Logging → Enable Segger J-Link RTT backend

config LOG_BACKEND_RTT_FORCE_PRINTK
    bool
    default y if LOG_BACKEND_RTT_BUFFER = 0 && RTT_CONSOLE
    select LOG_PRINTK
    depends on LOG_BACKEND_RTT && !LOG_MINIMAL && LOG

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