From e61575d8d713f951f5d7d4ab373de03f53ae6b52 Mon Sep 17 00:00:00 2001 From: Grzegorz Bernat Date: Fri, 22 Mar 2024 16:20:50 +0100 Subject: [PATCH] app: boards: Enable Probe for LNL Enables extraction and injection probes for LNL platform. NOTE: this commit does NOT enable probe log backend. Signed-off-by: Grzegorz Bernat --- app/boards/intel_adsp_ace20_lnl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/boards/intel_adsp_ace20_lnl.conf b/app/boards/intel_adsp_ace20_lnl.conf index 688afd3cd717..37c9862ece44 100644 --- a/app/boards/intel_adsp_ace20_lnl.conf +++ b/app/boards/intel_adsp_ace20_lnl.conf @@ -70,6 +70,8 @@ CONFIG_WINSTREAM_CONSOLE=n CONFIG_INTEL_ADSP_IPC=y +CONFIG_PROBE=y +CONFIG_PROBE_DMA_MAX=2 # Temporary disabled options CONFIG_TRACE=n