From 1b7a4652b45db5c2ecde9eeb776bc18e84f18b07 Mon Sep 17 00:00:00 2001 From: Daniel Baluta Date: Fri, 17 Jan 2025 13:57:05 +0200 Subject: [PATCH] app: boards: imx8mp: Enable CONFIG_ZEPHYR_LOG by default This enables Zephyr logging and helps debugging. Signed-off-by: Daniel Baluta --- app/boards/imx8mp_evk_mimx8ml8_adsp.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/imx8mp_evk_mimx8ml8_adsp.conf b/app/boards/imx8mp_evk_mimx8ml8_adsp.conf index f1ed34f8dc99..6cf2544bbbff 100644 --- a/app/boards/imx8mp_evk_mimx8ml8_adsp.conf +++ b/app/boards/imx8mp_evk_mimx8ml8_adsp.conf @@ -4,6 +4,7 @@ CONFIG_FORMAT_CONVERT_HIFI3=n CONFIG_KPB_FORCE_COPY_TYPE_NORMAL=n CONFIG_DMA=y CONFIG_DMA_NXP_SDMA=y +CONFIG_ZEPHYR_LOG=y CONFIG_TRACE=n CONFIG_SHARED_INTERRUPTS=y CONFIG_ZEPHYR_NATIVE_DRIVERS=y