app: add logging_mipisystcat_overlay.conf overlay config

Add an overlay config to build SOF with MIPI Sys-T Catalog
logging enabled.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2023-06-20 18:50:32 +03:00 committed by Liam Girdwood
parent f43bb81949
commit 3fef488d8f
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# Enable MIPI Sys-T Catalog FW logging
# ref: https://docs.zephyrproject.org/latest/samples/subsys/logging/syst/README.html
CONFIG_LOG_MIPI_SYST_ENABLE=y
CONFIG_LOG_MIPI_SYST_USE_CATALOG=y
# set as output type of all SOF backends
CONFIG_LOG_BACKEND_ADSP_OUTPUT_SYST=y
CONFIG_LOG_BACKEND_ADSP_OUTPUT_SYST=y
CONFIG_LOG_BACKEND_ADSP_MTRACE_OUTPUT_SYST=y