Skip to content

Commit c19fa1a

Browse files
committed
applications: nrf_desktop: nrf54h20: disable device PM in MCUboot
Disabled the device power management Kconfig option for the nrf54h20dk/nrf54h20/cpuapp board target in the MCUboot image configuration of the nRF Desktop application. This Kconfig option is not needed in the bootloader firmware. Ref: NCSDK-35587 Signed-off-by: Kamil Piszczek <[email protected]>
1 parent 05c4873 commit c19fa1a

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ CONFIG_PM=y
2121
CONFIG_PM_S2RAM=y
2222
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2323

24+
# Disable device power management as it is not used by the bootloader
25+
CONFIG_PM_DEVICE=n
26+
2427
# Power domains forced on by default on boot, no need to manage them in bootloader
2528
CONFIG_POWER_DOMAIN=n
2629

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_dongle.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ CONFIG_PM=y
2121
CONFIG_PM_S2RAM=y
2222
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2323

24+
# Disable device power management as it is not used by the bootloader
25+
CONFIG_PM_DEVICE=n
26+
2427
# Power domains forced on by default on boot, no need to manage them in bootloader
2528
CONFIG_POWER_DOMAIN=n
2629

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ CONFIG_PM=y
2323
CONFIG_PM_S2RAM=y
2424
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2525

26+
# Disable device power management as it is not used by the bootloader
27+
CONFIG_PM_DEVICE=n
28+
2629
# Power domains forced on by default on boot, no need to manage them in bootloader
2730
CONFIG_POWER_DOMAIN=n
2831

applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/images/mcuboot/prj_release_dongle.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ CONFIG_PM=y
2323
CONFIG_PM_S2RAM=y
2424
CONFIG_PM_S2RAM_CUSTOM_MARKING=y
2525

26+
# Disable device power management as it is not used by the bootloader
27+
CONFIG_PM_DEVICE=n
28+
2629
# Power domains forced on by default on boot, no need to manage them in bootloader
2730
CONFIG_POWER_DOMAIN=n
2831

0 commit comments

Comments
 (0)