Skip to content

Commit 83d4b9e

Browse files
committed
boards: intel: Enable CONFIG_LOG_CORE_ID_PREFIX for all ACE platforms
Enabling CONFIG_LOG_CORE_ID_PREFIX for all ACE platforms. Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
1 parent dc8df22 commit 83d4b9e

6 files changed

Lines changed: 6 additions & 0 deletions

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ CONFIG_LOG_BACKEND_ADSP=n
8686
CONFIG_LOG_BACKEND_SOF_PROBE=n
8787
CONFIG_WINSTREAM_CONSOLE=n
8888
CONFIG_LOG_FLUSH_SLEEP_US=5000
89+
CONFIG_LOG_CORE_ID_PREFIX=y

app/boards/intel_adsp_ace20_lnl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,4 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6363
CONFIG_LOG_BACKEND_ADSP=n
6464
CONFIG_WINSTREAM_CONSOLE=n
6565
CONFIG_LOG_FLUSH_SLEEP_US=5000
66+
CONFIG_LOG_CORE_ID_PREFIX=y

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6666
CONFIG_LOG_BACKEND_ADSP=n
6767
CONFIG_LOG_FLUSH_SLEEP_US=5000
6868
CONFIG_WINSTREAM_CONSOLE=n
69+
CONFIG_LOG_CORE_ID_PREFIX=y
6970

7071
# Userspace options
7172
CONFIG_USERSPACE=y

app/boards/intel_adsp_ace30_wcl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,4 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
6262
CONFIG_LOG_BACKEND_ADSP=n
6363
CONFIG_LOG_FLUSH_SLEEP_US=5000
6464
CONFIG_WINSTREAM_CONSOLE=n
65+
CONFIG_LOG_CORE_ID_PREFIX=y

app/boards/intel_adsp_ace40_nvl.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
5555
# Zephyr / logging
5656
CONFIG_LOG_BACKEND_ADSP=n
5757
CONFIG_WINSTREAM_CONSOLE=n
58+
CONFIG_LOG_CORE_ID_PREFIX=y
5859

5960
# Zephyr / debug: temporary, until fixed
6061
CONFIG_GDBSTUB=n

app/boards/intel_adsp_ace40_nvls.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ CONFIG_PM_DEVICE_RUNTIME_ASYNC=n
5555
# Zephyr / logging
5656
CONFIG_LOG_BACKEND_ADSP=n
5757
CONFIG_WINSTREAM_CONSOLE=n
58+
CONFIG_LOG_CORE_ID_PREFIX=y
5859

5960
# Zephyr / debug: temporary, until fixed
6061
CONFIG_GDBSTUB=n

0 commit comments

Comments
 (0)