mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 14:22:14 +00:00
feat(gpio): add gpio support on ESP32C5 MP version
This commit is contained in:
@@ -2,7 +2,8 @@ menu "Power Management"
|
||||
config PM_ENABLE
|
||||
bool "Support for power management"
|
||||
# SMP FreeRTOS currently does not support power management IDF-4997
|
||||
depends on !FREERTOS_SMP || __DOXYGEN__
|
||||
# Power Management is not supported on ESP32C5 MP IDF-8643
|
||||
depends on (!FREERTOS_SMP || __DOXYGEN__) && !IDF_TARGET_ESP32C5
|
||||
default n
|
||||
help
|
||||
If enabled, application is compiled with support for power management.
|
||||
|
Reference in New Issue
Block a user