Skip to content

Commit fd69efe

Browse files
committed
app: boards: intel_adsp_ace30_wcl: 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 30719db commit fd69efe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/boards/intel_adsp_ace30_wcl.conf

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

8383
# Zephyr / logging
8484
CONFIG_LOG=y
85+
CONFIG_LOG_BACKEND_ADSP=n
8586
CONFIG_LOG_BACKEND_ADSP_MTRACE=y
8687
CONFIG_LOG_FLUSH_SLEEP_US=5000
8788
CONFIG_LOG_FUNC_NAME_PREFIX_ERR=y
@@ -91,3 +92,4 @@ CONFIG_LOG_FUNC_NAME_PREFIX_DBG=y
9192
CONFIG_LOG_MODE_DEFERRED=y
9293
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
9394
CONFIG_LOG_TIMESTAMP_64BIT=y
95+
CONFIG_WINSTREAM_CONSOLE=n

0 commit comments

Comments
 (0)