From 1af169bb0d789c41ed8ea43df98f460b5974eefe Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Mon, 5 Aug 2024 08:45:31 -0700 Subject: [PATCH] Revert "intel_adsp_ace15_mtpm.conf: temporarily disable CONFIG_MODULES" This reverts commit 8847de0555cd419b6622d4afe37fe4c5086d4a90. This should now work thanks to the "better" IMR addresses in https://github.com/zephyrproject-rtos/zephyr/pull/76196 Note the longer term issue is still open: https://github.com/zephyrproject-rtos/zephyr/issues/76247 Signed-off-by: Marc Herbert --- app/boards/intel_adsp_ace15_mtpm.conf | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/boards/intel_adsp_ace15_mtpm.conf b/app/boards/intel_adsp_ace15_mtpm.conf index e97d8965fd0b..e4e4b5c872f4 100644 --- a/app/boards/intel_adsp_ace15_mtpm.conf +++ b/app/boards/intel_adsp_ace15_mtpm.conf @@ -86,10 +86,7 @@ CONFIG_MEMORY_WIN_2_SIZE=12288 CONFIG_LLEXT=y CONFIG_LLEXT_STORAGE_WRITABLE=y - -# temporarily disabled to get MTL working again -# https://github.com/thesofproject/sof/issues/9308 -CONFIG_MODULES=n +CONFIG_MODULES=y # Temporary disabled options CONFIG_TRACE=n