Skip to content

Commit

Permalink
board: intel_adsp_ace15_mtpm: Disable MTL IMR context save by default
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mengdonglin committed Sep 5, 2023
1 parent 2a8c046 commit a636ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/intel_adsp_ace15_mtpm.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ CONFIG_PM_POLICY_CUSTOM=y
CONFIG_POWER_DOMAIN=y
CONFIG_POWER_DOMAIN_INTEL_ADSP=y

CONFIG_ADSP_IMR_CONTEXT_SAVE=y
CONFIG_ADSP_IMR_CONTEXT_SAVE=n

# enable Zephyr drivers
CONFIG_ZEPHYR_NATIVE_DRIVERS=y
Expand Down

0 comments on commit a636ab7

Please sign in to comment.