We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3286651 commit bfa2544Copy full SHA for bfa2544
components/esp-tls/Kconfig
@@ -15,7 +15,7 @@ menu "ESP-TLS"
15
16
config ESP_TLS_USE_SECURE_ELEMENT
17
bool "Use Secure Element (ATECC608A) with ESP-TLS"
18
- depends on IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS
+ depends on ESP_TLS_USING_MBEDTLS
19
select ATCA_MBEDTLS_ECDSA
20
select ATCA_MBEDTLS_ECDSA_SIGN
21
select ATCA_MBEDTLS_ECDSA_VERIFY
0 commit comments