mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
fix(esp_hw_support): only support power down flash after revison v1.0 on esp32p4
This commit is contained in:
@ -71,7 +71,7 @@ menu "Hardware Settings"
|
|||||||
config ESP_SLEEP_POWER_DOWN_FLASH
|
config ESP_SLEEP_POWER_DOWN_FLASH
|
||||||
bool "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply"
|
bool "Power down flash in light sleep when there is no SPIRAM or SPIRAM has independent power supply"
|
||||||
depends on !SPIRAM || ESP_LDO_RESERVE_PSRAM
|
depends on !SPIRAM || ESP_LDO_RESERVE_PSRAM
|
||||||
depends on !(IDF_TARGET_ESP32P4 && (ESP32P4_REV_MIN_FULL >= 100))
|
depends on !(IDF_TARGET_ESP32P4 && (ESP32P4_REV_MIN_FULL < 100))
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs
|
If enabled, chip will try to power down flash as part of esp_light_sleep_start(), which costs
|
||||||
|
Reference in New Issue
Block a user