app: winconsole_overlay: disable SOF telemetry perf measurements

SOF telemetry performance measurement tools use the same window 3 as the
DSP winstream log backend, so the two cannot be enabled at the same
time.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-09-25 15:12:12 +03:00 committed by Liam Girdwood
parent 6f243d9c18
commit b70d2bf54d
1 changed files with 6 additions and 0 deletions

View File

@ -11,3 +11,9 @@
#
CONFIG_LOG_BACKEND_ADSP=y
CONFIG_WINSTREAM_CONSOLE=y
# The SOF telemetry performance measurements use
# the same window 3 as winstream ADSP log backend, so
# these must be disabled in order to use the console.
CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=n
CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n