esp-tls/Kconfig: Fix dependency for ESP-TLS Server menuconfig option

This commit is contained in:
Aditya Patwardhan
2022-11-02 09:58:32 +05:30
committed by BOT
parent 1f6d66b152
commit 14e64783e7

View File

@@ -40,6 +40,7 @@ menu "ESP-TLS"
config ESP_TLS_SERVER config ESP_TLS_SERVER
bool "Enable ESP-TLS Server" bool "Enable ESP-TLS Server"
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER) || ESP_TLS_USING_WOLFSSL
help help
Enable support for creating server side SSL/TLS session, available for mbedTLS Enable support for creating server side SSL/TLS session, available for mbedTLS
as well as wolfSSL TLS library. as well as wolfSSL TLS library.