Skip to content

Commit 410afba

Browse files
jukkarkartben
authored andcommitted
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 <jukka.rissanen@nordicsemi.no>
1 parent 03ad3a3 commit 410afba

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
@@ -26,6 +26,7 @@ if ZVFS_EVENTFD
2626

2727
config ZVFS_EVENTFD_MAX
2828
int "Maximum number of ZVFS eventfd's"
29+
default 8 if WIFI_NM_WPA_SUPPLICANT
2930
default 1
3031
range 1 4096
3132
help

0 commit comments

Comments
 (0)