esp-idf/components/esp_partition/Kconfig
radek.tandler 9e191bad52 esp_partition/linux target: Add functions supporting host tests
Added statistics and wear simulation functions to support migration of
remaining storage related host tests from fixture to linux implementation
of esp_partition.
2023-01-10 14:10:14 +01:00

11 lines
285 B
Plaintext

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