CONFIG_LOG_BACKEND_RB

Enable memory ring buffer backend

Type: bool

Help

Enable backend in memory using ring buffer to keep messages.

Direct dependencies

(LOG && SOC_INTEL_APL_ADSP) || (!LOG_MINIMAL && LOG)

(Includes any dependencies from ifs and menus.)

Default

  • y

Symbols selected by this symbol

Kconfig definitions

At <Zephyr>/soc/xtensa/intel_apl_adsp/Kconfig.defconfig:50

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config LOG_BACKEND_RB
    bool
    default y
    depends on LOG && SOC_INTEL_APL_ADSP

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

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

Menu path: (Top) → Sub Systems and OS Services → Logging

config LOG_BACKEND_RB
    bool "Enable memory ring buffer backend"
    select RING_BUFFER
    depends on !LOG_MINIMAL && LOG
    help
      Enable backend in memory using ring buffer to keep messages.

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