mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-27 05:37:32 +00:00
fix(clk): allow P4 CPU clk freq can auto switch between 360/400MHz according to revision
This commit is contained in:
@@ -14,6 +14,7 @@ choice ESP_DEFAULT_CPU_FREQ_MHZ
|
||||
depends on ESP32P4_SELECTS_REV_LESS_V3
|
||||
config ESP_DEFAULT_CPU_FREQ_MHZ_400
|
||||
bool "400 MHz"
|
||||
depends on !ESP32P4_SELECTS_REV_LESS_V3
|
||||
endchoice
|
||||
|
||||
config ESP_DEFAULT_CPU_FREQ_MHZ
|
||||
|
||||
Reference in New Issue
Block a user