From 5446c44c0ac1ecbf4561b793867036201f9a917e Mon Sep 17 00:00:00 2001 From: Grzegorz Bernat Date: Wed, 30 Oct 2024 12:45:36 +0100 Subject: [PATCH] app: board: Add define CONFIG_COUNTER A definition has been added which is essential to work properly the test test_102_08_extended_time_check. 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