Kconfig.projbuild 356 B

1234567891011
  1. menu "eFuse Tests"
  2. visible if IDF_ENV_FPGA
  3. config EFUSE_FPGA_TEST
  4. bool "Enable eFuse tests for FPGA (developers only, will PERMANENTLY burn efuses)"
  5. default n
  6. help
  7. This includes eFuse tests for FPGA. These tests expect actual eFuse burning.
  8. Disable EFUSE_VIRTUAL to use real eFuse burning.
  9. endmenu