From 45990692d1a3a0b90d7157fd7dc04059dabf05b2 Mon Sep 17 00:00:00 2001 From: Lou Tianhao Date: Wed, 28 Aug 2024 14:15:37 +0800 Subject: [PATCH] change(pm): change dependence of pm_slp_iram_opt --- components/esp_pm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_pm/Kconfig b/components/esp_pm/Kconfig index d7f0ee7d3b..4581363803 100644 --- a/components/esp_pm/Kconfig +++ b/components/esp_pm/Kconfig @@ -49,7 +49,7 @@ menu "Power Management" config PM_SLP_IRAM_OPT bool "Put lightsleep related codes in internal RAM" - depends on FREERTOS_USE_TICKLESS_IDLE + depends on SOC_LIGHT_SLEEP_SUPPORTED help If enabled, about 2.1KB of lightsleep related source code would be in IRAM and chip would sleep longer for 310us at 160MHz CPU frequency most each time.