From 3fef488d8f2ea4f76f02b0324a289e31ff4c2f13 Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 20 Jun 2023 18:50:32 +0300 Subject: [PATCH] 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 --- app/logging_mipisystcat_overlay.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 app/logging_mipisystcat_overlay.conf diff --git a/app/logging_mipisystcat_overlay.conf b/app/logging_mipisystcat_overlay.conf new file mode 100644 index 000000000..a61b08b33 --- /dev/null +++ b/app/logging_mipisystcat_overlay.conf @@ -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