Merge branch 'fix/https_server_kconfig_dep' into 'master'

esp_https_server: Add dependency on `MBEDTLS_TLS_SERVER` config

See merge request espressif/esp-idf!21633
pull/10469/head
Laukik Hase 2022-12-19 12:32:48 +08:00
commit 346597a1c6
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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