Skip to content

Commit

Permalink
pm: Remove deprecated symbol references
Browse files Browse the repository at this point in the history
Do not reference PM_DEVICE_RUNTIME_EXCLUSIVE

(cherry picked from commit 0205c7d)

Original-Signed-off-by: Flavio Ceolin <[email protected]>
GitOrigin-RevId: 0205c7d
Cr-Build-Id: 8740088176811114337
Cr-Build-Url: https://cr-buildbucket.appspot.com/build/8740088176811114337
Copybot-Job-Name: zephyr-main-copybot-downstream
Change-Id: Id7320554a2eca96d470349e1d189b6d422f5d71a
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5776798
Reviewed-by: Jeremy Bettis <[email protected]>
Tested-by: Jeremy Bettis <[email protected]>
Commit-Queue: Jeremy Bettis <[email protected]>
Tested-by: ChromeOS Prod (Robot) <[email protected]>
  • Loading branch information
Flavio Ceolin authored and Chromeos LUCI committed Aug 9, 2024
1 parent 31d0db5 commit 2e2ccf6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion samples/boards/stm32/power_mgmt/stop3/prj.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y
CONFIG_ASSERT=y
4 changes: 2 additions & 2 deletions soc/renesas/smartbond/da1469x/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ config PM_DEVICE
config REGULATOR
default y

config PM_DEVICE_RUNTIME_EXCLUSIVE
default n if PM_DEVICE_RUNTIME
config PM_DEVICE_SYSTEM_MANAGED
default y if PM_DEVICE_RUNTIME

endif # SOC_SERIES_DA1469X
3 changes: 1 addition & 2 deletions tests/lib/cpp/cxx/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ CONFIG_PM=y
CONFIG_PM_DEVICE=y
CONFIG_PM_DEVICE_RUNTIME=y
CONFIG_DEVICE_DT_METADATA=y
# Deprecated but on by default! Silence the warning:
CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE=n
CONFIG_PM_DEVICE_SYSTEM_MANAGED=y

0 comments on commit 2e2ccf6

Please sign in to comment.