zephyr/subsys/logging/backends/Kconfig.adsp_mtrace
Christopher Friedt f5587552bb logging: move backends to subdirectory
This is mainly to reduce clutter in `subsys/logging`, but also to make
backend management slightly easier.

Signed-off-by: Christopher Friedt <cfriedt@fb.com>
2022-10-01 03:34:48 -07:00

18 lines
487 B
Text

# Copyright (c) 2021 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config LOG_BACKEND_ADSP_MTRACE
bool "Intel ADSP mtrace backend"
depends on SOC_FAMILY_INTEL_ADSP
select LOG_OUTPUT
help
Provide a logging backend which writes to SRAM window
using the SOF Linux driver mtrace buffer layout.
if LOG_BACKEND_ADSP_MTRACE
backend = ADSP_MTRACE
backend-str = adsp_mtrace
source "subsys/logging/Kconfig.template.log_format_config"
endif # LOG_BACKEND_ADSP_MTRACE