-
CONFIG_LOG_BACKEND_ADSP
¶
Enable Intel ADSP buffer backend
Type: bool
Help¶
Enable backend for the host trace protocol of the Intel ADSP family of audio processors
Direct dependencies¶
(LOG
&& SOC_SERIES_INTEL_CAVS_V15
) || (LOG
&& SOC_SERIES_INTEL_CAVS_V18
) || (LOG
&& SOC_SERIES_INTEL_CAVS_V20
) || (LOG
&& SOC_SERIES_INTEL_CAVS_V25
) || (SOC_FAMILY_INTEL_ADSP
&& !LOG_MINIMAL
&& LOG
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
Kconfig definitions¶
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:69
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config LOG_BACKEND_ADSP bool default y depends onLOG
&&SOC_SERIES_INTEL_CAVS_V15
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:55
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config LOG_BACKEND_ADSP bool default y depends onLOG
&&SOC_SERIES_INTEL_CAVS_V18
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config LOG_BACKEND_ADSP bool default y depends onLOG
&&SOC_SERIES_INTEL_CAVS_V20
At <Zephyr>/soc/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:54
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/xtensa/intel_adsp/Kconfig.defconfig:6
Menu path: (Top)
config LOG_BACKEND_ADSP bool default y depends onLOG
&&SOC_SERIES_INTEL_CAVS_V25
At <Zephyr>/subsys/logging/Kconfig:531
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_ADSP bool "Enable Intel ADSP buffer backend" depends onSOC_FAMILY_INTEL_ADSP
&& !LOG_MINIMAL
&&LOG
help Enable backend for the host trace protocol of the Intel ADSP family of audio processors
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)