mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'fix/ieee802154_sleep_config' into 'master'
fix(ieee802154): fix ieeee802154 sleep enable configuration dependency issue See merge request espressif/esp-idf!27389
This commit is contained in:
commit
60da3e9c44
@ -77,7 +77,7 @@ menu "IEEE 802.15.4"
|
|||||||
config IEEE802154_SLEEP_ENABLE
|
config IEEE802154_SLEEP_ENABLE
|
||||||
# Todo: Remove when support safe power-down of the power domain (IDF-7317)
|
# Todo: Remove when support safe power-down of the power domain (IDF-7317)
|
||||||
bool "Enable IEEE802154 light sleep"
|
bool "Enable IEEE802154 light sleep"
|
||||||
depends on PM_ENABLE && PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
|
depends on PM_ENABLE
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,
|
Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user