wifi: esp32: remove posix api dependency

HAL was updated so that POSIX API is not a dependency anymore.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-03-17 15:06:39 -03:00 committed by Jukka Rissanen
commit 856ff7db3d

View file

@ -2,15 +2,11 @@
menuconfig WIFI_ESP32
bool "ESP32 SoC WiFi support"
select POSIX_API
select THREAD_CUSTOM_DATA
select DYNAMIC_INTERRUPTS
help
Enable ESP32 SoC WiFi support.
Note: POSIX_API is required by Wifi library. It shall be removed
once NEWLIB gets supported.
if WIFI_ESP32
config ESP32_WIFI_SSID