-
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_INTEL_APL_ADSP
) && !LOG_MINIMAL
&& LOG
)
(Includes any dependencies from ifs and menus.)
Kconfig definitions¶
At soc/xtensa/sample_controller/Kconfig.defconfig:15
Included via Kconfig:8
→ Kconfig.zephyr:25
Menu path: (Top)
config LOG_BACKEND_XTENSA_SIM bool defaultLOG
depends onSOC_XTENSA_SAMPLE_CONTROLLER
At subsys/logging/Kconfig:433
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:18
Menu path: (Top) → Logging
config LOG_BACKEND_XTENSA_SIM bool "Enable xtensa simulator backend" depends on (SOC_XTENSA_SAMPLE_CONTROLLER
||SOC_INTEL_APL_ADSP
) && !LOG_MINIMAL
&&LOG
help Enable backend in xtensa simulator
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)