fix(efuse): ESP32-H21 no issues on BLOCK9 with AES_XTS and ECDSA keys

This commit is contained in:
Konstantin Kondrashov
2025-07-18 11:11:42 +03:00
committed by Mahavir Jain
parent ae221cb24f
commit 4bf5d62683
2 changed files with 0 additions and 5 deletions

View File

@@ -795,10 +795,6 @@ config SOC_EFUSE_DIS_ICACHE
bool
default y
config SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK
bool
default y
config SOC_EFUSE_ECDSA_KEY
bool
default y

View File

@@ -462,7 +462,6 @@
#define SOC_EFUSE_DIS_DIRECT_BOOT 1
#define SOC_EFUSE_SOFT_DIS_JTAG 1
#define SOC_EFUSE_DIS_ICACHE 1
#define SOC_EFUSE_BLOCK9_KEY_PURPOSE_QUIRK 1 // XTS-AES and ECDSA key purposes not supported for this block
// #define SOC_EFUSE_ECDSA_USE_HARDWARE_K 1 // Force use hardware TRNG supplied K for ECDSA
#define SOC_EFUSE_ECDSA_KEY 1