Skip to content

Commit 61a9d6a

Browse files
bjarki-andreasenkartben
authored andcommitted
soc: nordic: enable CONFIG_PM_DEVICE_RUNTIME_DEFAULT_ENABLE for all
Enable CONFIG_PM_DEVICE_RUNTIME_DEFAULT_ENABLE by default for all nordic SoCs if CONFIG_PM_DEVICE_RUNTIME is used. This will ensure consistent behavior across all nordic SoCs and remove the need for pasting the devicetree propert zephyr,pm-device-runtime-auto everywhere. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent 9842594 commit 61a9d6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/common/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ if RISCV_CORE_NORDIC_VPR
66
rsource "vpr/Kconfig.defconfig"
77

88
endif # RISCV_CORE_NORDIC_VPR
9+
10+
config PM_DEVICE_RUNTIME_DEFAULT_ENABLE
11+
default y if PM_DEVICE_RUNTIME

0 commit comments

Comments
 (0)