Browse Source

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>
pull/74835/merge
Jukka Rissanen 4 weeks ago committed by Benjamin Cabé
parent
commit
410afbaf19
  1. 1
      lib/os/zvfs/Kconfig

1
lib/os/zvfs/Kconfig

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

Loading…
Cancel
Save