mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp-tls/Kconfig: Fix dependency for ESP-TLS Server menuconfig option
This commit is contained in:
parent
079e10666a
commit
16e18d9170
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user