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>
This commit is contained in:
Jukka Rissanen 2025-06-09 09:29:14 +03:00 committed by Benjamin Cabé
parent 03ad3a32a2
commit 410afbaf19

View File

@ -26,6 +26,7 @@ if ZVFS_EVENTFD
config ZVFS_EVENTFD_MAX
int "Maximum number of ZVFS eventfd's"
default 8 if WIFI_NM_WPA_SUPPLICANT
default 1
range 1 4096
help