From cabfc75c3c421ae33e837fae13668203392f445c Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Wed, 15 Feb 2023 19:23:32 +0800 Subject: [PATCH] efuse: FPGA testing must be run only manually --- components/efuse/test_apps/main/Kconfig.projbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/efuse/test_apps/main/Kconfig.projbuild b/components/efuse/test_apps/main/Kconfig.projbuild index b43354f5a3..7c3ac4a5cf 100644 --- a/components/efuse/test_apps/main/Kconfig.projbuild +++ b/components/efuse/test_apps/main/Kconfig.projbuild @@ -3,7 +3,7 @@ menu "eFuse Tests" config EFUSE_FPGA_TEST bool "Enable eFuse tests for FPGA (developers only, will PERMANENTLY burn efuses)" - default y if IDF_ENV_FPGA + default n help This includes eFuse tests for FPGA. These tests expect actual eFuse burning. Disable EFUSE_VIRTUAL to use real eFuse burning.