feat(mbedtls): bringup rom mbedtls feature to formal

This commit is contained in:
Jiang Guang Ming 2024-09-19 16:45:01 +08:00
parent be263857eb
commit d4e558f654
2 changed files with 1 additions and 2 deletions

View File

@ -1084,7 +1084,7 @@ menu "mbedTLS"
config MBEDTLS_USE_CRYPTO_ROM_IMPL
bool "Use ROM implementation of the crypto algorithm"
depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB && IDF_EXPERIMENTAL_FEATURES
depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB
default "n"
select MBEDTLS_SHA512_C
select MBEDTLS_AES_C

View File

@ -1,3 +1,2 @@
CONFIG_IDF_TARGET="esp32c2"
CONFIG_IDF_EXPERIMENTAL_FEATURES=y
CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y