diff --git a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support index 49b77c0ccf..2471aaa602 100644 --- a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support +++ b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support @@ -1,6 +1,6 @@ choice ESP32P4_REV_MIN prompt "Minimum Supported ESP32-P4 Revision" - default ESP32P4_REV_MIN_0 + default ESP32P4_REV_MIN_1 help Required minimum chip revision. ESP-IDF will check for it and reject to boot if the chip revision fails the check.