mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 10:49:53 +01:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
|
|
menu "ESP Security Tests"
|
||
|
|
config ESP_SECURITY_ENABLE_FPGA_TESTS
|
||
|
|
bool "Allow enabling the esp_security tests that require burning efuses"
|
||
|
|
default y if IDF_ENV_FPGA
|
||
|
|
default n
|
||
|
|
help
|
||
|
|
This includes the esp_security tests that actually require burning some efuses.
|
||
|
|
It is better to run these tests on an FPGA to avoid mistakenly burning eFuses.
|
||
|
|
endmenu
|