Skip to content

Commit f8832b5

Browse files
committed
Revert "fix(esp_pm): esp32c5 eco2 disable top pd to avoid mem being changed during sleep"
This reverts commit 8c2ea98.
1 parent 6aeba18 commit f8832b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_pm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ menu "Power Management"
153153

154154
config PM_POWER_DOWN_PERIPHERAL_IN_LIGHT_SLEEP
155155
bool "Power down Digital Peripheral in light sleep (EXPERIMENTAL)"
156-
depends on SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED && !IDF_TARGET_ESP32C5
156+
depends on SOC_PM_SUPPORT_TOP_PD && SOC_PAU_SUPPORTED
157157
select PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP if !SOC_CPU_IN_TOP_DOMAIN
158158
default n #TODO: enable by default if periph init/deinit management supported (WIFI-5252)
159159
help

0 commit comments

Comments
 (0)