Skip to content

Commit

Permalink
Merge branch 'fix/https_server_kconfig_dep' into 'master'
Browse files Browse the repository at this point in the history
esp_https_server: Add dependency on `MBEDTLS_TLS_SERVER` config

See merge request espressif/esp-idf!21633
  • Loading branch information
laukik-hase committed Dec 19, 2022
2 parents 066dc19 + c86e13c commit 346597a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_https_server/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 346597a

Please sign in to comment.