:orphan: .. title:: LOG_BACKEND_XTENSA_SIM .. option:: CONFIG_LOG_BACKEND_XTENSA_SIM *Enable xtensa simulator backend* Type: ``bool`` Help ==== Enable backend in xtensa simulator Direct dependencies =================== \ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` || ((\ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` || \ :option:`SOC_FAMILY_INTEL_ADSP `) && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG `) *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LOG ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/xtensa/sample_controller/Kconfig.defconfig:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` Menu path: (Top) .. parsed-literal:: config LOG_BACKEND_XTENSA_SIM bool default \ :option:`LOG ` depends on \ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` ---- At ``subsys/logging/Kconfig.backends:177`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:31`` → ``subsys/logging/Kconfig:25`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends .. parsed-literal:: config LOG_BACKEND_XTENSA_SIM bool "Enable xtensa simulator backend" depends on (\ :option:`SOC_XTENSA_SAMPLE_CONTROLLER ` || \ :option:`SOC_FAMILY_INTEL_ADSP `) && !\ :option:`LOG_FRONTEND ` && !\ :option:`LOG_MINIMAL ` && \ :option:`LOG ` help Enable backend in xtensa simulator *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*