mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-17 10:12:13 +00:00
esp_https_server: Add dependency on MBEDTLS_TLS_SERVER config
This commit is contained in:
@@ -2,6 +2,7 @@ menu "ESP HTTPS server"
|
|||||||
|
|
||||||
config ESP_HTTPS_SERVER_ENABLE
|
config ESP_HTTPS_SERVER_ENABLE
|
||||||
bool "Enable ESP_HTTPS_SERVER component"
|
bool "Enable ESP_HTTPS_SERVER component"
|
||||||
|
depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
|
||||||
select ESP_TLS_SERVER
|
select ESP_TLS_SERVER
|
||||||
help
|
help
|
||||||
Enable ESP HTTPS server component
|
Enable ESP HTTPS server component
|
||||||
|
|||||||
Reference in New Issue
Block a user