From dc80db7bd5b961d523321db359bd848e285788b5 Mon Sep 17 00:00:00 2001 From: Adrian Bonislawski Date: Fri, 16 Feb 2024 08:26:14 +0100 Subject: [PATCH] app: perf_overlay: disable CONFIG_ADSP_IDLE_CLOCK_GATING Perf build uses xtensa timer Signed-off-by: Adrian Bonislawski --- app/perf_overlay.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/perf_overlay.conf b/app/perf_overlay.conf index cd7c16127788..28a3eb83d50c 100644 --- a/app/perf_overlay.conf +++ b/app/perf_overlay.conf @@ -1,3 +1,4 @@ CONFIG_PERFORMANCE_COUNTERS=y CONFIG_SYS_HEAP_RUNTIME_STATS=y -CONFIG_TIMING_FUNCTIONS=y \ No newline at end of file +CONFIG_TIMING_FUNCTIONS=y +CONFIG_ADSP_IDLE_CLOCK_GATING=n