Skip to content

Commit bfa2544

Browse files
cristianfunes79nileshkale123
authored andcommitted
change(secure-element): Removed dependency on esp32 to use secure element
Closes #14785 Closes #14761
1 parent 3286651 commit bfa2544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp-tls/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ menu "ESP-TLS"
1515

1616
config ESP_TLS_USE_SECURE_ELEMENT
1717
bool "Use Secure Element (ATECC608A) with ESP-TLS"
18-
depends on IDF_TARGET_ESP32 && ESP_TLS_USING_MBEDTLS
18+
depends on ESP_TLS_USING_MBEDTLS
1919
select ATCA_MBEDTLS_ECDSA
2020
select ATCA_MBEDTLS_ECDSA_SIGN
2121
select ATCA_MBEDTLS_ECDSA_VERIFY

0 commit comments

Comments
 (0)