Skip to content

Commit a8f9008

Browse files
tmlemanlgirdwood
authored andcommitted
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 <[email protected]>
1 parent 39b524d commit a8f9008

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/boards/intel_adsp/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ config LOG_FUNC_NAME_PREFIX_INF
165165
config LOG_FUNC_NAME_PREFIX_DBG
166166
default y
167167

168+
config LOG_CORE_ID_PREFIX
169+
default y
170+
168171
config LOG_TIMESTAMP_64BIT
169172
default y
170173

0 commit comments

Comments
 (0)