Skip to content

Commit

Permalink
config: Enable PROBE module for PTL platform
Browse files Browse the repository at this point in the history
The patch adds the necessary configuration directives to include the
PROBE module and sets the maximum number of DMA channels for probing to
2, aligning with the configurations of other platforms like MTL and LNL
where the PROBE module is already enabled. With this change, the PROBE
module will be built into the firmware for the PTL platform, allowing
the test suite to successfully execute probe-related tests and ensuring
feature parity across different platforms.

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
  • Loading branch information
tmleman committed Sep 25, 2024
1 parent f2efd4a commit 7706fe7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/intel_adsp_ace30_ptl.conf
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ CONFIG_CLOCK_CONTROL=y
CONFIG_COMP_KPB=y
CONFIG_COMP_ARIA=y

CONFIG_PROBE=y
CONFIG_PROBE_DMA_MAX=2

# Temporary disabled options
CONFIG_TRACE=n

0 comments on commit 7706fe7

Please sign in to comment.