Skip to content

Commit 8a24787

Browse files
jukkarkrish2718
authored andcommitted
[nrf fromtree] lib: zvfs: Add default eventfd count for hostap
hostap needs more eventfd to function so set a proper default value. Signed-off-by: Jukka Rissanen <[email protected]> (cherry picked from commit 410afba)
1 parent fb7eb53 commit 8a24787

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/os/zvfs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if ZVFS_EVENTFD
2525

2626
config ZVFS_EVENTFD_MAX
2727
int "Maximum number of ZVFS eventfd's"
28+
default 8 if WIFI_NM_WPA_SUPPLICANT
2829
default 1
2930
range 1 4096
3031
help

0 commit comments

Comments
 (0)