From 806a484f040702aed02033f55cbbc595d7accf3b Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Fri, 27 Mar 2026 17:39:01 +0100 Subject: [PATCH] boards: intel_adsp: enable LOG_CORE_ID_PREFIX by default Enable CONFIG_LOG_CORE_ID_PREFIX on all Intel ADSP targets. This new Zephyr logging feature (introduced in commit e254a97cf15) prepends the core ID to each log message, which helps distinguish log output from different DSP cores in multicore ACE platforms. Signed-off-by: Tomasz Leman --- app/boards/intel_adsp/Kconfig.defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp/Kconfig.defconfig b/app/boards/intel_adsp/Kconfig.defconfig index 9635b4395011..b31f51a9bba3 100644 --- a/app/boards/intel_adsp/Kconfig.defconfig +++ b/app/boards/intel_adsp/Kconfig.defconfig @@ -162,6 +162,9 @@ config LOG_FUNC_NAME_PREFIX_INF config LOG_FUNC_NAME_PREFIX_DBG default y +config LOG_CORE_ID_PREFIX + default y + config LOG_TIMESTAMP_64BIT default y