From 16ea481a6f2c9ca80d5ac549b2f5b129fe188588 Mon Sep 17 00:00:00 2001 From: Chen Jichang Date: Wed, 17 Sep 2025 16:24:50 +0800 Subject: [PATCH] feat(hw_support): enable esptool stub for p4eco5 --- components/esp_hw_support/port/esp32p4/Kconfig.hw_support | 1 - 1 file changed, 1 deletion(-) diff --git a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support index 2b8bda7b90..f1d582651d 100644 --- a/components/esp_hw_support/port/esp32p4/Kconfig.hw_support +++ b/components/esp_hw_support/port/esp32p4/Kconfig.hw_support @@ -33,7 +33,6 @@ choice ESP32P4_REV_MIN config ESP32P4_REV_MIN_300 bool "Rev v3.0" depends on !ESP32P4_SELECTS_REV_LESS_V3 - select ESPTOOLPY_NO_STUB # TODO: IDF-13911 endchoice config ESP32P4_REV_MIN_FULL