Skip to content

Commit

Permalink
intel_adsp_ace15_mtpm.conf: temporarily disable CONFIG_MODULES
Browse files Browse the repository at this point in the history
Temporarily disable CONFIG_MODULES to get MTL working again.

Avoids crash thesofproject#9308

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb committed Jul 18, 2024
1 parent d629e52 commit b8a6d93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b8a6d93

Please sign in to comment.