app: boards: intel_adsp_ace15_mtpm: disable IMR context-save

Keep context save still disabled for Intel Meteor Lake. This
setting has been used in SOF2.8 and SOF2.9 releases and is used
in Chromebook SOF builds for these platforms. Make the SOF main
default match the releases.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2024-03-13 14:17:06 +02:00 committed by Liam Girdwood
parent bbd25c4a59
commit 69ad96abbf
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ CONFIG_PM_POLICY_CUSTOM=y
CONFIG_POWER_DOMAIN=y CONFIG_POWER_DOMAIN=y
CONFIG_POWER_DOMAIN_INTEL_ADSP=y CONFIG_POWER_DOMAIN_INTEL_ADSP=y
CONFIG_ADSP_IMR_CONTEXT_SAVE=y CONFIG_ADSP_IMR_CONTEXT_SAVE=n
CONFIG_ADSP_IDLE_CLOCK_GATING=y CONFIG_ADSP_IDLE_CLOCK_GATING=y
# enable Zephyr drivers # enable Zephyr drivers