Skip to content

Commit 385dbd5

Browse files
committed
llext: make 3 components modular by default on MTL
Make smart-amp-test, mixin-mixout and eq-iir modular on MTL. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 7396c50 commit 385dbd5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ CONFIG_LLEXT=y
8686
CONFIG_LLEXT_STORAGE_WRITABLE=y
8787
CONFIG_MODULES=y
8888

89+
CONFIG_COMP_MIXIN_MIXOUT=m
90+
CONFIG_COMP_IIR=m
91+
CONFIG_SAMPLE_SMART_AMP=m
92+
8993
# Temporary disabled options
9094
CONFIG_TRACE=n
9195
CONFIG_COMP_KPB=y

0 commit comments

Comments
 (0)