mirror of
https://github.com/espressif/esp-idf
synced 2025-03-09 09:09:10 -04:00
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
This commit is contained in:
parent
328665135c
commit
bfa25448b7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user