From 584bfcc03fa5f0044df86458eeae947d5acc98c7 Mon Sep 17 00:00:00 2001 From: Andy Ross Date: Thu, 18 Jan 2024 05:43:35 -0800 Subject: [PATCH] boards/intel_adsp_ace15_mtpm: Enable Google AEC This feature is already enabled in topology, enable it in the build to match. Signed-off-by: Andy Ross --- app/boards/intel_adsp_ace15_mtpm.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 3a4422ad7fb9..0a29e0591c7d 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -78,6 +78,9 @@ CONFIG_INTEL_ADSP_IPC=y CONFIG_WATCHDOG=y CONFIG_LL_WATCHDOG=y +CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y +CONFIG_COMP_STUBS=y + # Temporary disabled options CONFIG_TRACE=n CONFIG_COMP_KPB=y