The latest development version of this page may be more current than this released 2.0.0 version.
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 && LOG)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:28

Menu path: (Top)

config LOG_BACKEND_XTENSA_SIM
    bool
    default LOG
    depends on SOC_XTENSA_SAMPLE_CONTROLLER

At subsys/logging/Kconfig:382

Included via Kconfig:10Kconfig.zephyr:44subsys/Kconfig:20

Menu path: (Top) → Logging

config LOG_BACKEND_XTENSA_SIM
    bool "Enable xtensa simulator backend"
    depends on SOC_XTENSA_SAMPLE_CONTROLLER && LOG
    help
      Enable backend in xtensa simulator

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