Skip to content

Commit

Permalink
change(secure-element): Removed dependency on esp32 to use secure ele…
Browse files Browse the repository at this point in the history
…ment
  • Loading branch information
cristianfunes79 committed Oct 25, 2024
1 parent d7ca8b9 commit ec30e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp-tls/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec30e65

Please sign in to comment.