:orphan: .. title:: CONFIG_LOG_BACKEND_ADSP .. kconfig:: CONFIG_LOG_BACKEND_ADSP CONFIG_LOG_BACKEND_ADSP ####################### *Enable Intel ADSP buffer backend* Type: ``bool`` Help ==== .. code-block:: none Enable backend for the host trace protocol of the Intel ADSP family of audio processors Direct dependencies =================== (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V15 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V18 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V20 `) || (\ :kconfig:`LOG ` && \ :kconfig:`SOC_SERIES_INTEL_CAVS_V25 `) || (\ :kconfig:`SOC_FAMILY_INTEL_ADSP ` && !\ :kconfig:`LOG_FRONTEND ` && !\ :kconfig:`LOG_MINIMAL ` && \ :kconfig:`LOG `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y - y - y - y Kconfig definitions =================== At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V25 ---- At ``/xtensa/intel_adsp/cavs_v15/Kconfig.defconfig.series:61`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V15 ---- At ``/xtensa/intel_adsp/cavs_v18/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V18 ---- At ``/xtensa/intel_adsp/cavs_v20/Kconfig.defconfig.series:64`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V20 ---- At ``/xtensa/intel_adsp/cavs_v25/Kconfig.defconfig.series:68`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/xtensa/intel_adsp/Kconfig.defconfig:6`` Menu path: (Top) .. code-block:: kconfig config LOG_BACKEND_ADSP bool default y depends on LOG && SOC_SERIES_INTEL_CAVS_V25 ---- At ``/logging/Kconfig.backends:293`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:31`` → ``/logging/Kconfig:23`` Menu path: (Top) → Sub Systems and OS Services → Logging → Backends .. code-block:: kconfig config LOG_BACKEND_ADSP bool "Enable Intel ADSP buffer backend" depends on SOC_FAMILY_INTEL_ADSP && !LOG_FRONTEND && !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.)*