Эх сурвалжийг харах

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

Aditya Patwardhan 3 жил өмнө
parent
commit
14e64783e7

+ 1 - 0
components/esp-tls/Kconfig

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