File tree Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Expand file tree Collapse file tree 2 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,7 @@ release:
1008
1008
* :github: `31928 ` - usb loopback not work on nrf52840
1009
1009
* :github: `31924 ` - IVSHMEM with ACRN not working
1010
1010
* :github: `31921 ` - west flash not working with pyocd
1011
- * :github: `31920 ` - BME280: Use of deprecated `CONFIG_DEVICE_POWER_MANAGEMENT `
1011
+ * :github: `31920 ` - BME280: Use of deprecated `` CONFIG_DEVICE_POWER_MANAGEMENT ` `
1012
1012
* :github: `31911 ` - Bluetooth: Mesh: Network buffer overflow on too long proxy messages
1013
1013
* :github: `31907 ` - settings: Unhandled error in NVS backend
1014
1014
* :github: `31905 ` - Question : Friend & Low power node with nRF52840
Original file line number Diff line number Diff line change 4
4
5
5
menu "Power Management"
6
6
7
- config SYS_POWER_MANAGEMENT
8
- bool "System Power management"
9
- select PM
10
- help
11
- This option is deprecated. Please use CONFIG_PM instead.
12
-
13
7
menuconfig PM
14
8
bool "System Power Management"
15
9
depends on SYS_CLOCK_EXISTS && !HAS_NO_SYS_PM
@@ -55,12 +49,6 @@ config PM_DEVICE
55
49
like turning off device clocks and peripherals. The device drivers
56
50
may also save and restore states in these hook functions.
57
51
58
- config DEVICE_POWER_MANAGEMENT
59
- bool "Device Power Management"
60
- select PM_DEVICE
61
- help
62
- This option is deprecated, please use CONFIG_PM_DEVICE instead.
63
-
64
52
config PM_DEVICE_RUNTIME
65
53
bool "Runtime Device Power Management"
66
54
depends on PM_DEVICE
You can’t perform that action at this time.
0 commit comments