2023-01-20 17:58:52 +01:00
|
|
|
menu "Partition API Configuration"
|
2022-12-22 08:39:22 +01:00
|
|
|
|
|
|
|
|
config ESP_PARTITION_ENABLE_STATS
|
2023-02-28 23:47:11 +01:00
|
|
|
bool "Host test statistics enabled"
|
2022-12-22 08:39:22 +01:00
|
|
|
depends on IDF_TARGET_LINUX
|
2023-01-20 17:58:52 +01:00
|
|
|
default n
|
2023-02-28 23:47:11 +01:00
|
|
|
help
|
|
|
|
|
This option enables gathering host test statistics and SPI flash wear levelling simulation.
|
2022-12-22 08:39:22 +01:00
|
|
|
|
|
|
|
|
endmenu
|