esp-idf/examples/openthread/ot_sleepy_device/light_sleep/sdkconfig.defaults.esp32c6
xiaqilin ef4f420663 fix(pm): add mac/bb power down/up prepare for fix esp32c6 pll issue
* switch root clk src to PLL for modem reg opt and added callback
* register power_down/power_up callback in ieee802154 driver for esp32c6
* remove software regdma opt in bt
2023-12-08 08:03:32 +00:00

8 lines
97 B
Plaintext

CONFIG_IDF_TARGET="esp32c6"
#
# Sleep Config
#
CONFIG_ESP_PHY_MAC_BB_PD=y
# end of Sleep Config