Skip to content

Commit ea7449b

Browse files
committed
ptl: rimage: include KPB, TFLM, Volume and MFCC in base firmware manifest
1 parent 930de94 commit ea7449b

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

tools/rimage/config/ptl.toml.h

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ index = __COUNTER__
5050
#include <audio/copier/copier.toml>
5151
#endif
5252

53-
#if defined(CONFIG_COMP_VOLUME) || defined(LLEXT_FORCE_ALL_MODULAR)
5453
#include <audio/volume/volume.toml>
55-
#endif
5654

5755
#if defined(CONFIG_COMP_ASRC) || defined(LLEXT_FORCE_ALL_MODULAR)
5856
#include <audio/asrc/asrc.toml>
@@ -86,9 +84,7 @@ index = __COUNTER__
8684
#include <samples/audio/detect_test.toml>
8785
#endif
8886

89-
#if defined(CONFIG_COMP_KPB) || defined(LLEXT_FORCE_ALL_MODULAR)
9087
#include <audio/kpb.toml>
91-
#endif
9288

9389
#if defined(CONFIG_SAMPLE_SMART_AMP) || defined(LLEXT_FORCE_ALL_MODULAR)
9490
#include <samples/audio/smart_amp_test.toml>
@@ -150,9 +146,7 @@ index = __COUNTER__
150146
#include <audio/igo_nr/igo_nr.toml>
151147
#endif
152148

153-
#if defined(CONFIG_COMP_MFCC) || defined(LLEXT_FORCE_ALL_MODULAR)
154149
#include <audio/mfcc/mfcc.toml>
155-
#endif
156150

157151
#if defined(CONFIG_COMP_TEMPLATE) || defined(LLEXT_FORCE_ALL_MODULAR)
158152
#include <audio/template/template.toml>
@@ -178,5 +172,7 @@ index = __COUNTER__
178172
#include <audio/phase_vocoder/phase_vocoder.toml>
179173
#endif
180174

175+
#include <audio/tensorflow/tflmcly.toml>
176+
181177
[module]
182178
count = __COUNTER__

0 commit comments

Comments
 (0)