File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -676,6 +676,5 @@ mainmenu "Espressif IoT Development Framework Configuration"
676676 - CONFIG_ESPTOOLPY_FLASHFREQ_120M && CONFIG_ESPTOOLPY_FLASH_SAMPLE_MODE_DTR
677677 - CONFIG_SPIRAM_SPEED_120M && CONFIG_SPIRAM_MODE_OCT
678678 - CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH
679- - CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL
680679 - CONFIG_ESP_WIFI_EAP_TLS1_3
681680 - CONFIG_ESP_WIFI_ENABLE_ROAMING_APP
Original file line number Diff line number Diff line change @@ -1138,7 +1138,7 @@ menu "mbedTLS"
11381138
11391139 config MBEDTLS_USE_CRYPTO_ROM_IMPL
11401140 bool "Use ROM implementation of the crypto algorithm"
1141- depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB && IDF_EXPERIMENTAL_FEATURES
1141+ depends on ESP_ROM_HAS_MBEDTLS_CRYPTO_LIB
11421142 default "n"
11431143 select MBEDTLS_SHA512_C
11441144 select MBEDTLS_AES_C
Original file line number Diff line number Diff line change 11CONFIG_IDF_TARGET="esp32c2"
2- CONFIG_IDF_EXPERIMENTAL_FEATURES=y
32CONFIG_MBEDTLS_USE_CRYPTO_ROM_IMPL=y
You can’t perform that action at this time.
0 commit comments