From a93a5ffcef61403df75e6b236bf78210f6f52bd5 Mon Sep 17 00:00:00 2001 From: Jyri Sarha Date: Wed, 22 Jul 2026 17:55:42 +0300 Subject: [PATCH] app: debug_stream_overlay.conf: Remove XTENSA_BACKTRACE_EXCEPTION_DUMP Remove XTENSA_BACKTRACE_EXCEPTION_DUMP option from debug_stream_overlay.conf since its removed from Zephyr in commit: ba8bb9a20f97 arch: xtensa: change backtrace to use EXCEPTION_DUMP Signed-off-by: Jyri Sarha --- app/debug_stream_overlay.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/debug_stream_overlay.conf b/app/debug_stream_overlay.conf index 7edd6bf6709c..7b0b6cba60cc 100644 --- a/app/debug_stream_overlay.conf +++ b/app/debug_stream_overlay.conf @@ -37,5 +37,4 @@ CONFIG_SOF_TELEMETRY_IO_PERFORMANCE_MEASUREMENTS=n CONFIG_EXCEPTION_DUMP_HOOK=y # Do not try to send exception prints through logs; this causes problems on PTL with mtrace CONFIG_EXCEPTION_DUMP_HOOK_ONLY=y -# Print also backtrace through the exception hook -CONFIG_XTENSA_BACKTRACE_EXCEPTION_DUMP_HOOK=y +