From ec30e65da6850e13f5bac502144a9ed02b2d7788 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 --- 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 297a357b6df4..02eafa705728 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