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:
parent
e21c1b9e51
commit
856ff7db3d
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user