Skip to content

Commit

Permalink
boards: ace20/ace30: disable KCPS dynamic clock control
Browse files Browse the repository at this point in the history
KCPS must be disabled until full perf measurement data
for audio modules is provided

Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
  • Loading branch information
abonislawski committed Oct 30, 2024
1 parent b5d78bb commit d51ba28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/boards/intel_adsp_ace20_lnl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CONFIG_SAMPLE_KEYPHRASE=y

# SOF / infrastructure
CONFIG_AMS=y
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n
CONFIG_L3_HEAP=y
CONFIG_PROBE=y
CONFIG_PROBE_DMA_MAX=2
Expand Down
2 changes: 1 addition & 1 deletion app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIG_PCM_CONVERTER_FORMAT_U8=y
CONFIG_PIPELINE_2_0=y

# SOF / infrastructure
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y
CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=n
CONFIG_PROBE=y
CONFIG_PROBE_DMA_MAX=2
CONFIG_ZEPHYR_DP_SCHEDULER=y
Expand Down

0 comments on commit d51ba28

Please sign in to comment.