Skip to content

Commit 7836735

Browse files
tmlemanlgirdwood
authored andcommitted
config: Enable PROBE module for PTL platform
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>
1 parent 58ec860 commit 7836735

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,8 @@ CONFIG_CLOCK_CONTROL=y
7676
CONFIG_COMP_KPB=y
7777
CONFIG_COMP_ARIA=y
7878

79+
CONFIG_PROBE=y
80+
CONFIG_PROBE_DMA_MAX=2
81+
7982
# Temporary disabled options
8083
CONFIG_TRACE=n

0 commit comments

Comments
 (0)