From 2b6606f22ed80687a3db7d77f6c9ee2b2a02bf32 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Thu, 10 Oct 2024 19:38:14 +0200 Subject: [PATCH] platform: ace20: enable KCPS dynamic clock control This patch enables the `CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL` option for the LNL platform by updating the `intel_adsp_ace20_lnl.conf` configuration file. Signed-off-by: Tomasz Leman --- app/boards/intel_adsp_ace20_lnl.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 32d0e1f1f39d..af5e05b699d0 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -85,6 +85,7 @@ CONFIG_MODULES=y CONFIG_LIBRARY_BASE_ADDRESS=0xa0688000 CONFIG_TIMING_FUNCTIONS=y +CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y # Temporary disabled options CONFIG_TRACE=n