CONFIG_LOG_BACKEND_XTENSA_SIM

Enable xtensa simulator backend

Type: bool

Help

Enable backend in xtensa simulator

Direct dependencies

SOC_XTENSA_SAMPLE_CONTROLLER || ((SOC_XTENSA_SAMPLE_CONTROLLER || SOC_FAMILY_INTEL_ADSP) && !LOG_FRONTEND && !LOG_MINIMAL && LOG)

(Includes any dependencies from ifs and menus.)

Default

Kconfig definitions

At soc/xtensa/sample_controller/Kconfig.defconfig:19

Included via Kconfig:8Kconfig.zephyr:19/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1

Menu path: (Top)

config LOG_BACKEND_XTENSA_SIM
    bool
    default LOG
    depends on SOC_XTENSA_SAMPLE_CONTROLLER

At subsys/logging/Kconfig.backends:177

Included via Kconfig:8Kconfig.zephyr:34subsys/Kconfig:31subsys/logging/Kconfig:25

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

config LOG_BACKEND_XTENSA_SIM
    bool "Enable xtensa simulator backend"
    depends on (SOC_XTENSA_SAMPLE_CONTROLLER || SOC_FAMILY_INTEL_ADSP) && !LOG_FRONTEND && !LOG_MINIMAL && LOG
    help
      Enable backend in xtensa simulator

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