Skip to content

Commit

Permalink
llext: make 3 components modular by default on MTL
Browse files Browse the repository at this point in the history
Make smart-amp-test, mixin-mixout and eq-iir modular on MTL.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
  • Loading branch information
lyakh committed Jul 11, 2024
1 parent 7396c50 commit 385dbd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ CONFIG_LLEXT=y
CONFIG_LLEXT_STORAGE_WRITABLE=y
CONFIG_MODULES=y

CONFIG_COMP_MIXIN_MIXOUT=m
CONFIG_COMP_IIR=m
CONFIG_SAMPLE_SMART_AMP=m

# Temporary disabled options
CONFIG_TRACE=n
CONFIG_COMP_KPB=y
Expand Down

0 comments on commit 385dbd5

Please sign in to comment.