esp_https_server: Add dependency on MBEDTLS_TLS_SERVER config

This commit is contained in:
Laukik Hase 2022-12-15 16:03:58 +05:30
parent 6569be485b
commit c86e13c3d4
No known key found for this signature in database
GPG Key ID: 11C571361F51A199

View File

@ -2,6 +2,7 @@ menu "ESP HTTPS server"
config ESP_HTTPS_SERVER_ENABLE
bool "Enable ESP_HTTPS_SERVER component"
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
select ESP_TLS_SERVER
help
Enable ESP HTTPS server component