1# Copyright (c) 2021 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config LOG_BACKEND_ADSP 5 bool "Intel ADSP buffer backend" 6 depends on SOC_FAMILY_INTEL_ADSP 7 select LOG_BACKEND_SUPPORTS_FORMAT_TIMESTAMP 8 help 9 Enable backend for the host trace protocol of the Intel ADSP 10 family of audio processors 11 12if LOG_BACKEND_ADSP 13 14backend = ADSP 15backend-str = adsp 16source "subsys/logging/Kconfig.template.log_format_config" 17 18endif # LOG_BACKEND_ADSP 19