From 3be9f32ecdbed17e836dbde9ee68eb328bd347aa Mon Sep 17 00:00:00 2001 From: Tobiasz Dryjanski Date: Mon, 12 Aug 2024 14:05:35 +0200 Subject: [PATCH] performance monitor: change timer source to ccount for mtl Use ccount for performance measurement for mtl to have a better comparison with reference firmware. Signed-off-by: Tobiasz Dryjanski --- app/boards/intel_adsp_ace15_mtpm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 42919c971..822065633 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -110,3 +110,4 @@ CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y CONFIG_GOOGLE_RTC_AUDIO_PROCESSING_MOCK=y CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y +CONFIG_TIMING_FUNCTIONS=y