2022-11-18 20:39:04 +08:00
|
|
|
menu "eFuse Tests"
|
|
|
|
|
visible if IDF_ENV_FPGA
|
|
|
|
|
|
|
|
|
|
config EFUSE_FPGA_TEST
|
|
|
|
|
bool "Enable eFuse tests for FPGA (developers only, will PERMANENTLY burn efuses)"
|
2023-02-15 19:23:32 +08:00
|
|
|
default n
|
2022-11-18 20:39:04 +08:00
|
|
|
help
|
|
|
|
|
This includes eFuse tests for FPGA. These tests expect actual eFuse burning.
|
|
|
|
|
Disable EFUSE_VIRTUAL to use real eFuse burning.
|
|
|
|
|
|
|
|
|
|
endmenu
|