Skip to content

Commit dd6904a

Browse files
MarekPietakapi-no
authored andcommitted
caf: power_manager: Imply Device Runtime Power Management for nRF54H
Change implies CONFIG_PM_DEVICE_RUNTIME for nRF54H SoC Series. This is done to allow using the framework to reduce power consumption. Enabling Device Runtime Power Management also prevents from using System-Managed Device Power Management by default. The System-Managed Device Power Management does not work properly with some drivers (e.g. nrfx UARTE). Jira: NCSDK-32519 Signed-off-by: Marek Pieta <[email protected]>
1 parent d8a1513 commit dd6904a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

subsys/caf/modules/Kconfig.power_manager

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ config CAF_POWER_MANAGER
1313
imply POWEROFF if !SOC_SERIES_NRF54HX
1414
imply PM if SOC_SERIES_NRF54HX
1515
imply PM_DEVICE
16+
imply PM_DEVICE_RUNTIME if SOC_SERIES_NRF54HX
1617
help
1718
Enable power management, which will put the device to low-power mode
1819
if it is idle.

0 commit comments

Comments
 (0)