Files
board-mate/esp32-thread/open-thread-rcp/components/components/spi_flash/esp32c61/Kconfig.flash_freq
2025-12-24 16:07:10 +01:00

11 lines
273 B
Plaintext

choice ESPTOOLPY_FLASHFREQ
prompt "Flash SPI speed"
default ESPTOOLPY_FLASHFREQ_80M
config ESPTOOLPY_FLASHFREQ_80M
bool "80 MHz"
config ESPTOOLPY_FLASHFREQ_40M
bool "40 MHz"
config ESPTOOLPY_FLASHFREQ_20M
bool "20 MHz"
endchoice