Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/esp_wifi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,7 @@ menu "Wi-Fi"

config ESP_WIFI_SOFTAP_SUPPORT
bool "WiFi SoftAP Support"
select MBEDTLS_SHA1_C
default y
help
WiFi module can be compiled without SoftAP to save code size.
Expand Down
1 change: 1 addition & 0 deletions components/esp_wifi/remote/Kconfig.wifi.in
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ config WIFI_RMT_GMAC_SUPPORT

config WIFI_RMT_SOFTAP_SUPPORT
bool "WiFi SoftAP Support"
select MBEDTLS_SHA1_C
default y
help
WiFi module can be compiled without SoftAP to save code size.
Expand Down