Skip to content

Commit

Permalink
app: winconsole_overlay: disable SOF telemetry
Browse files Browse the repository at this point in the history
SOF telemetry is currently conflicting with the win console
implementation, so disable it in the overlay.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
kv2019i committed Sep 25, 2024
1 parent 467b7b8 commit e83adb0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/winconsole_overlay.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
#
CONFIG_LOG_BACKEND_ADSP=y
CONFIG_WINSTREAM_CONSOLE=y

# https://github.com/thesofproject/sof/issues/9513
CONFIG_SOF_TELEMETRY=n
CONFIG_SOF_TELEMETRY_PERFORMANCE_MEASUREMENTS=n

0 comments on commit e83adb0

Please sign in to comment.