Kconfig 242 B

123456789
  1. menu "ESP HTTPS server"
  2. config ESP_HTTPS_SERVER_ENABLE
  3. bool "Enable ESP_HTTPS_SERVER component"
  4. depends on (ESP_TLS_USING_MBEDTLS && MBEDTLS_TLS_SERVER)
  5. help
  6. Enable ESP HTTPS server component
  7. endmenu