Commit 856ff7db authored by Sylvio Alves's avatar Sylvio Alves Committed by Jukka Rissanen
Browse files

wifi: esp32: remove posix api dependency



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

Signed-off-by: default avatarSylvio Alves <sylvio.alves@espressif.com>
parent e21c1b9e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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