Skip to content

Commit

Permalink
wifi: esp32: remove posix api dependency
Browse files Browse the repository at this point in the history
HAL was updated so that POSIX API is not a dependency anymore.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
  • Loading branch information
sylvioalves authored and jukkar committed Mar 19, 2021
1 parent e21c1b9 commit 856ff7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/wifi/esp32/Kconfig.esp32
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 856ff7d

Please sign in to comment.