Skip to content

Commit af4908e

Browse files
committed
config: intel_adsp: enable TFLM module and C++ dependencies for ace15_mtpm
Enable CONFIG_SOF_STAGING=y, CONFIG_CPP=y, CONFIG_STD_CPP17=y, and CONFIG_COMP_TENSORFLOW=m in intel_adsp_ace15_mtpm.conf to allow building the TFLM keyword detection module as an LLEXT module on ARL. Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
1 parent 22f090e commit af4908e

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
@@ -17,6 +17,10 @@ CONFIG_FORMAT_CONVERT_HIFI3=n
1717
CONFIG_SAMPLE_KEYPHRASE=y
1818
CONFIG_COMP_PHASE_VOCODER=y
1919
CONFIG_COMP_STFT_PROCESS=y
20+
CONFIG_SOF_STAGING=y
21+
CONFIG_CPP=y
22+
CONFIG_STD_CPP17=y
23+
CONFIG_COMP_TENSORFLOW=m
2024

2125
# SOF / audio modules / mocks
2226
# This mock is part of official sof-bin releases because the CI that

0 commit comments

Comments
 (0)