File tree 3 files changed +4
-5
lines changed
samples/boards/stm32/power_mgmt/stop3
soc/renesas/smartbond/da1469x
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
CONFIG_PM=y
2
2
CONFIG_PM_DEVICE=y
3
3
CONFIG_PM_DEVICE_RUNTIME=y
4
- CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
4
+ CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
5
5
CONFIG_ASSERT=y
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ config PM_DEVICE
45
45
config REGULATOR
46
46
default y
47
47
48
- config PM_DEVICE_RUNTIME_EXCLUSIVE
49
- default n if PM_DEVICE_RUNTIME
48
+ config PM_DEVICE_SYSTEM_MANAGED
49
+ default y if PM_DEVICE_RUNTIME
50
50
51
51
endif # SOC_SERIES_DA1469X
Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ CONFIG_PM=y
22
22
CONFIG_PM_DEVICE=y
23
23
CONFIG_PM_DEVICE_RUNTIME=y
24
24
CONFIG_DEVICE_DT_METADATA=y
25
- # Deprecated but on by default! Silence the warning:
26
- CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
25
+ CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
You can’t perform that action at this time.
0 commit comments