Skip to content

Commit 08d11ef

Browse files
committed
boards: mtl: enable KCPS dynamic clock control
This will enable dynamic clock control based on KCPS budget Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent 362ddeb commit 08d11ef

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,4 @@ CONFIG_DEBUG_COREDUMP_MEMORY_DUMP_MIN=y
9292
CONFIG_PROBE=y
9393
CONFIG_PROBE_DMA_MAX=2
9494
CONFIG_LOG_TIMESTAMP_64BIT=y
95+
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y

app/perf_overlay.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_PERFORMANCE_COUNTERS=y
22
CONFIG_SYS_HEAP_RUNTIME_STATS=y
3-
CONFIG_TIMING_FUNCTIONS=y
3+
CONFIG_TIMING_FUNCTIONS=y
4+
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n

0 commit comments

Comments
 (0)