Skip to content

Commit 5bc6446

Browse files
ceolinkartben
authored andcommitted
doc: releases: 4.1: Document removed PM symbol
The deprecated PM_DEVICE_RUNTIME_EXCLUSIVE option is been removed in this release. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent e1e5084 commit 5bc6446

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

doc/releases/release-notes-4.1.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ Removed APIs and options
7979

8080
* :kconfig:option:`CONFIG_WIFI_NM_WPA_SUPPLICANT_CRYPTO`
8181

82+
* The :kconfig:option:`CONFIG_PM_DEVICE_RUNTIME_EXCLUSIVE` option has been removed
83+
after being deprecated in favor of :kconfig:option:`CONFIG_PM_DEVICE_SYSTEM_MANAGED`.
84+
85+
8286
Deprecated APIs and options
8387
===========================
8488

subsys/pm/Kconfig

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,6 @@ config PM_DEVICE_RUNTIME
101101
enabled, devices can be suspended or resumed based on the device
102102
usage even while the CPU or system is running.
103103

104-
config PM_DEVICE_RUNTIME_EXCLUSIVE
105-
depends on PM_DEVICE_RUNTIME
106-
bool "[DEPRECATED] Use only on Runtime Power Management on system suspend / resume"
107-
select DEPRECATED
108-
help
109-
On system suspend / resume do not trigger the Device PM hooks but
110-
only rely on Runtime PM to manage the devices power states.
111-
112104
config PM_DEVICE_SHELL
113105
bool "Device Power Management shell"
114106
depends on SHELL
@@ -118,7 +110,7 @@ config PM_DEVICE_SHELL
118110

119111
config PM_DEVICE_SYSTEM_MANAGED
120112
bool "System-Managed Device Power Management"
121-
default y if !PM_DEVICE_RUNTIME_EXCLUSIVE && !PM_DEVICE_RUNTIME
113+
default y if !PM_DEVICE_RUNTIME
122114
help
123115
This option enables the system-managed device power
124116
management. The power management subsystem will suspend

0 commit comments

Comments
 (0)