From 7706fe72355f41d87b7d4ca239e2cd798fd33f79 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Wed, 25 Sep 2024 16:01:14 +0200 Subject: [PATCH] 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 --- app/boards/intel_adsp_ace30_ptl.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_ace30_ptl.conf b/app/boards/intel_adsp_ace30_ptl.conf index 1aa392bc5714..759f7a380bff 100644 --- a/app/boards/intel_adsp_ace30_ptl.conf +++ b/app/boards/intel_adsp_ace30_ptl.conf @@ -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