fix(ieee802154): fix ieeee802154 sleep enable configuration dependency issue

pull/13022/head
xiaqilin 2023-11-24 17:56:57 +08:00 zatwierdzone przez BOT
rodzic c42c37aff7
commit f38e56e685
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -77,7 +77,7 @@ menu "IEEE 802.15.4"
config IEEE802154_SLEEP_ENABLE
# Todo: Remove when support safe power-down of the power domain (IDF-7317)
bool "Enable IEEE802154 light sleep"
depends on PM_ENABLE && PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
depends on PM_ENABLE
default n
help
Enabling this option allows the IEEE802.15.4 module to be powered down during automatic light sleep,