Skip to content

Commit e432ec7

Browse files
committed
app: boards: intel_adsp_ace30_ptl: disable winconsole logs
Disable the winconsole logging method. The winconsole logging method uses the same memory window as CONFIG_SOF_TELEMETRY and must not be enabled at the same time. Even without the conflict, we don't need to have multiple logging methods enabled by default. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 81bec6a commit e432ec7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ CONFIG_POWER_DOMAIN_INTEL_ADSP=y
9898

9999
# Zephyr / logging
100100
CONFIG_LOG=y
101+
CONFIG_LOG_BACKEND_ADSP=n
101102
CONFIG_LOG_BACKEND_ADSP_MTRACE=y
102103
CONFIG_LOG_FLUSH_SLEEP_US=5000
103104
CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
@@ -107,3 +108,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
107108
CONFIG_LOG_MODE_DEFERRED=y
108109
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
109110
CONFIG_LOG_TIMESTAMP_64BIT=y
111+
CONFIG_WINSTREAM_CONSOLE=n

0 commit comments

Comments
 (0)