Skip to content

Commit c1794e5

Browse files
committed
board: intel_adsp_ace15_mtpm: Disable MTL IMR context save by default
Disable IMR context save on MTL by default, as it isn't a mandatory feature for MTL. The feature implementation is kept. So users can try this feature by setting CONFIG_ADSP_IMR_CONTEXT_SAVE=y Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
1 parent d14180a commit c1794e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/boards/intel_adsp_ace15_mtpm.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CONFIG_PM_POLICY_CUSTOM=y
1818
CONFIG_POWER_DOMAIN=y
1919
CONFIG_POWER_DOMAIN_INTEL_ADSP=y
2020

21-
CONFIG_ADSP_IMR_CONTEXT_SAVE=y
21+
CONFIG_ADSP_IMR_CONTEXT_SAVE=n
2222

2323
# enable Zephyr drivers
2424
CONFIG_ZEPHYR_NATIVE_DRIVERS=y

0 commit comments

Comments
 (0)