]> granicus.if.org Git - esp-idf/blob - components/spi_flash/Kconfig
Merge branch 'bugfix/mbedtls_config_mismatch' into 'master'
[esp-idf] / components / spi_flash / Kconfig
1 menu "SPI Flash driver"
2
3 config SPI_FLASH_ENABLE_COUNTERS
4     bool "Enable operation counters"
5     default 0
6     help
7         This option enables the following APIs:
8             
9         - spi_flash_reset_counters
10         - spi_flash_dump_counters
11         - spi_flash_get_counters
12         
13         These APIs may be used to collect performance data for spi_flash APIs
14         and to help understand behaviour of libraries which use SPI flash.
15
16 config SPI_FLASH_ROM_DRIVER_PATCH
17     bool "Enable SPI flash ROM driver patched functions"
18     default y
19     help
20         Enable this flag to use patched versions of SPI flash ROM driver functions.
21         This option is needed to write to flash on ESP32-D2WD, and any configuration
22         where external SPI flash is connected to non-default pins.
23
24 endmenu
25
26