drivers: wifi: esp32: add softap config

In order to allow proper softAP mode, wifi
libraries and wpa supplicant requires this kconfig
to be enable.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2022-10-31 14:11:08 -03:00 committed by Carles Cufí
commit f5dc229bc5

View file

@ -240,4 +240,10 @@ config ESP32_WIFI_NET_ALLOC_SPIRAM
Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space Allocate memory of WiFi and NET stack in SPIRAM, increasing available RAM memory space
for application stack. for application stack.
config ESP_WIFI_SOFTAP_SUPPORT
bool
default y
help
Hidden option to enable Wi-Fi SoftAP functions in WPA supplicant and RF libraries.
endif # WIFI_ESP32 endif # WIFI_ESP32