diff --git a/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf b/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf index cddf7b646..adfd272df 100644 --- a/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf +++ b/boot/zephyr/boards/nrf54h20dk_nrf54h20_cpuapp.conf @@ -14,3 +14,6 @@ CONFIG_BOOT_WATCHDOG_FEED=n # Power domains forced on by default on boot, no need # to manage them in bootloader. CONFIG_POWER_DOMAIN=n + +# Enable PM to support booting images that have suspend to RAM enabled +CONFIG_PM=y