From b8a6d93f6932347f2602ee7b8ced8f7ed0800ece Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Thu, 18 Jul 2024 16:46:44 +0000 Subject: [PATCH] intel_adsp_ace15_mtpm.conf: temporarily disable CONFIG_MODULES Temporarily disable CONFIG_MODULES to get MTL working again. Avoids crash https://github.com/thesofproject/sof/issues/9308 Signed-off-by: Marc Herbert --- app/boards/intel_adsp_ace15_mtpm.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index e4e4b5c872f4..e97d8965fd0b 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -86,7 +86,10 @@ CONFIG_MEMORY_WIN_2_SIZE=12288 CONFIG_LLEXT=y CONFIG_LLEXT_STORAGE_WRITABLE=y -CONFIG_MODULES=y + +# temporarily disabled to get MTL working again +# https://github.com/thesofproject/sof/issues/9308 +CONFIG_MODULES=n # Temporary disabled options CONFIG_TRACE=n