Skip to content

Commit

Permalink
config: enable PIPELINE_2_0 for IPC4 fuzz testing
Browse files Browse the repository at this point in the history
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.

The change has been tested locally and does not introduce any
regressions.

Signed-off-by: Tomasz Leman <[email protected]>
  • Loading branch information
tmleman committed Nov 22, 2024
1 parent ef51d72 commit 84a3df8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/configs/fuzz_IPC4_features.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

CONFIG_COMP_UP_DOWN_MIXER=y
CONFIG_COMP_ARIA=y
CONFIG_PIPELINE_2_0=y

0 comments on commit 84a3df8

Please sign in to comment.