From bfa25448b7525374f42be2d63d2402ef0a31c251 Mon Sep 17 00:00:00 2001 From: Cristian Funes Date: Fri, 25 Oct 2024 15:19:52 -0300 Subject: [PATCH] change(secure-element): Removed dependency on esp32 to use secure element Closes https://github.com/espressif/esp-idf/pull/14785 Closes https://github.com/espressif/esp-idf/issues/14761 --- components/esp-tls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp-tls/Kconfig b/components/esp-tls/Kconfig index 81d5a365fc..3ede8810ba 100644 --- a/components/esp-tls/Kconfig +++ b/components/esp-tls/Kconfig @@ -15,7 +15,7 @@ menu "ESP-TLS" config ESP_TLS_USE_SECURE_ELEMENT bool "Use Secure Element (ATECC608A) with ESP-TLS" - depends on IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS + depends on ESP_TLS_USING_MBEDTLS select ATCA_MBEDTLS_ECDSA select ATCA_MBEDTLS_ECDSA_SIGN select ATCA_MBEDTLS_ECDSA_VERIFY