From eb49b6b5a85fd3c704ddb174782a4ef8cf9a835d Mon Sep 17 00:00:00 2001 From: Kai Vehmanen Date: Tue, 27 Aug 2024 13:11:24 +0300 Subject: [PATCH] app: boards: intel_adsp_ace15_mtpm: disable mock components Disable CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING. This was enabled with a mock implementation, which is useful for debug, but should not be part of upstream SOF releases for these boards. Signed-off-by: Kai Vehmanen --- app/boards/intel_adsp_ace15_mtpm.conf | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index 293ffe747e82..e0394f8e6c1a 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -104,7 +104,4 @@ CONFIG_PROBE=y CONFIG_PROBE_DMA_MAX=2 CONFIG_LOG_TIMESTAMP_64BIT=y -CONFIG_COMP_GOOGLE_RTC_AUDIO_PROCESSING=y -CONFIG_COMP_STUBS=y - CONFIG_KCPS_DYNAMIC_CLOCK_CONTROL=y