From c471f0fe9684d7e19aa5490f7048970591945754 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Tue, 14 Dec 2021 16:31:37 -0300 Subject: [PATCH] risc-v/esp32c3: Remove deprecated note about Flash Detect feature Flash Detect option is already available on esptool.py installed via pip Signed-off-by: Gustavo Henrique Nihei --- arch/risc-v/src/esp32c3/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/risc-v/src/esp32c3/Kconfig b/arch/risc-v/src/esp32c3/Kconfig index 03ea2ecdae..019b8ad18c 100644 --- a/arch/risc-v/src/esp32c3/Kconfig +++ b/arch/risc-v/src/esp32c3/Kconfig @@ -79,12 +79,10 @@ config ESP32C3_ESPTOOLPY_NO_STUB Usually you should not need to disable that feature. config ESP32C3_FLASH_DETECT - bool "Auto-detect FLASH size (to be used with master esptool)" + bool "Auto-detect FLASH size" default n ---help--- Auto detect flash size when flashing. - Current released version of esptool doesn't support auto-detecting flash size. - Use latest master from https://github.com/espressif/esptool. choice ESP32C3_FLASH_MODE prompt "SPI FLASH mode"