From c6724533c94c03168dabf661b131ac20b446a536 Mon Sep 17 00:00:00 2001 From: Tomasz Leman Date: Fri, 22 Nov 2024 14:13:09 +0100 Subject: [PATCH] config: enable PIPELINE_2_0 for IPC4 fuzz testing This patch enables the PIPELINE_2_0 configuration for IPC4 fuzz testing by updating the fuzz_IPC4_features.conf file. The PIPELINE_2_0 flag is required for certain new features, such as DP_SCHEDULER, and improves code coverage for the IPC4 configuration. This option is enabled on all platforms using IPC4, with the exception of those based on CAVS, which are not used in production. The change has been tested locally and does not introduce any regressions. Signed-off-by: Tomasz Leman --- app/configs/fuzz_IPC4_features.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/app/configs/fuzz_IPC4_features.conf b/app/configs/fuzz_IPC4_features.conf index a888def77188..55c6796a46cc 100644 --- a/app/configs/fuzz_IPC4_features.conf +++ b/app/configs/fuzz_IPC4_features.conf @@ -2,3 +2,4 @@ CONFIG_COMP_UP_DOWN_MIXER=y CONFIG_COMP_ARIA=y +CONFIG_PIPELINE_2_0=y