File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff 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+
8286Deprecated APIs and options
8387===========================
8488
Original file line number Diff line number Diff 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-
112104config PM_DEVICE_SHELL
113105 bool "Device Power Management shell"
114106 depends on SHELL
@@ -118,7 +110,7 @@ config PM_DEVICE_SHELL
118110
119111config 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
You can’t perform that action at this time.
0 commit comments