Skip to content

Commit 0205c7d

Browse files
Flavio Ceolincarlescufi
Flavio Ceolin
authored andcommitted
pm: Remove deprecated symbol references
Do not reference PM_DEVICE_RUNTIME_EXCLUSIVE Signed-off-by: Flavio Ceolin <[email protected]>
1 parent e3100c6 commit 0205c7d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_PM=y
22
CONFIG_PM_DEVICE=y
33
CONFIG_PM_DEVICE_RUNTIME=y
4-
CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
4+
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
55
CONFIG_ASSERT=y

soc/renesas/smartbond/da1469x/Kconfig.defconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ config PM_DEVICE
4545
config REGULATOR
4646
default y
4747

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
5050

5151
endif # SOC_SERIES_DA1469X

tests/lib/cpp/cxx/prj.conf

+1-2
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ CONFIG_PM=y
2222
CONFIG_PM_DEVICE=y
2323
CONFIG_PM_DEVICE_RUNTIME=y
2424
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

0 commit comments

Comments
 (0)