Skip to content

Commit 9a10b22

Browse files
committed
wifi/hostap: remove select POSIX_API
These libraries only need the `zephyr/posix` system headers on path, not the various implied options in the `POSIX_API` symbol. Signed-off-by: Jordan Yates <[email protected]>
1 parent a1a336a commit 9a10b22

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/wifi/nxp/Kconfig.nxp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,7 @@ if NXP_WIFI_SMOKE_TESTS
999999

10001000
config NXP_WIFI_SIGMA_AGENT
10011001
bool "Wi-Fi Alliance Sigma Agent Support"
1002-
select POSIX_API
1002+
select POSIX_SYSTEM_HEADERS
10031003
select POSIX_THREADS
10041004
select PTHREAD_CREATE_BARRIER
10051005
select POSIX_TIMERS

modules/hostap/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
config WIFI_NM_WPA_SUPPLICANT
99
bool "WPA Suplicant from hostap project [EXPERIMENTAL]"
10-
select POSIX_API
10+
select POSIX_SYSTEM_HEADERS
1111
select POSIX_NETWORKING
1212
select POSIX_TIMERS
1313
select POSIX_SIGNALS

0 commit comments

Comments
 (0)