mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-13 17:44:38 +02:00
esp-tls: use SOC capability macros instead of target names
This commit is contained in:
@@ -26,8 +26,7 @@ menu "ESP-TLS"
|
|||||||
|
|
||||||
config ESP_TLS_USE_DS_PERIPHERAL
|
config ESP_TLS_USE_DS_PERIPHERAL
|
||||||
bool "Use Digital Signature (DS) Peripheral with ESP-TLS"
|
bool "Use Digital Signature (DS) Peripheral with ESP-TLS"
|
||||||
depends on (IDF_TARGET_ESP32C3 || IDF_TARGET_ESP32S2 || IDF_TARGET_ESP32H2 || IDF_TARGET_ESP32S3)
|
depends on ESP_TLS_USING_MBEDTLS && SOC_DIG_SIGN_SUPPORTED
|
||||||
depends on ESP_TLS_USING_MBEDTLS
|
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
Enable use of the Digital Signature Peripheral for ESP-TLS.The DS peripheral
|
Enable use of the Digital Signature Peripheral for ESP-TLS.The DS peripheral
|
||||||
|
Reference in New Issue
Block a user