Kconfig
1  menu "ESP HTTPS server"
2  
3      config ESP_HTTPS_SERVER_ENABLE
4          bool "Enable ESP_HTTPS_SERVER component"
5          select ESP_TLS_SERVER
6          help
7              Enable ESP HTTPS server component
8  
9  endmenu