esp-idf/components/esp_partition/Kconfig

11 lines
285 B
Plaintext
Raw Normal View History

menu "ESP_PARTITION"
config ESP_PARTITION_ENABLE_STATS
bool "Enable esp_partition statistics gathering"
default n
depends on IDF_TARGET_LINUX
help
This option enables statistics gathering and flash wear simulation. Linux only.
endmenu