From d38f41baa04a54c223678f7f81b5d7fb3960f5d5 Mon Sep 17 00:00:00 2001 From: Grzegorz Bernat Date: Wed, 30 Oct 2024 12:45:36 +0100 Subject: [PATCH] app: intel_adsp_ace30_ptl.conf: enable CONFIG_COUNTER A new definition has been added, which is crucial for the proper execution of the test test_102_08_extended_time_check. This definition ensures the correct operation of the basefw_get_ext_system_time() function. Signed-off-by: Grzegorz Bernat --- app/boards/intel_adsp_ace30_ptl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index ac2345e3e22b..f784a6facec7 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -43,6 +43,7 @@ CONFIG_SOF_LOG_LEVEL_INF=y CONFIG_ZEPHYR_LOG=y # Zephyr / OS features +CONFIG_COUNTER=y CONFIG_HEAP_MEM_POOL_SIZE=8192 CONFIG_L3_HEAP=y