2016-09-23 00:44:45 +00:00
|
|
|
menu "SPI Flash driver"
|
|
|
|
|
|
|
|
config SPI_FLASH_ENABLE_COUNTERS
|
2016-09-28 05:24:58 +00:00
|
|
|
bool "Enable operation counters"
|
|
|
|
default 0
|
|
|
|
help
|
|
|
|
This option enables the following APIs:
|
|
|
|
spi_flash_reset_counters
|
|
|
|
spi_flash_dump_counters
|
|
|
|
spi_flash_get_counters
|
|
|
|
These APIs may be used to collect performance data for spi_flash APIs
|
|
|
|
and to help understand behaviour of libraries which use SPI flash.
|
2016-09-23 00:44:45 +00:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
|