mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-25 01:37:22 +00:00
refactor(spi_flash): Refactor the flash frequency config file
This commit is contained in:
10
components/spi_flash/esp32c6/Kconfig.flash_freq
Normal file
10
components/spi_flash/esp32c6/Kconfig.flash_freq
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
Reference in New Issue
Block a user