From 08bc91ecc56ea383292c3903040a79b577aa9bfa Mon Sep 17 00:00:00 2001 From: Song Ruo Jing Date: Wed, 17 Sep 2025 22:28:24 +0800 Subject: [PATCH] fix(clk): allow P4 CPU clk freq can auto switch between 360/400MHz according to revision --- components/esp_system/port/soc/esp32p4/Kconfig.cpu | 1 + 1 file changed, 1 insertion(+) diff --git a/components/esp_system/port/soc/esp32p4/Kconfig.cpu b/components/esp_system/port/soc/esp32p4/Kconfig.cpu index d88464cc99..47064a383a 100644 --- a/components/esp_system/port/soc/esp32p4/Kconfig.cpu +++ b/components/esp_system/port/soc/esp32p4/Kconfig.cpu @@ -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