Skip to content

Commit

Permalink
samples: lwm2m_client: Enable ZVFS event fd
Browse files Browse the repository at this point in the history
Enable Zephyr's ZVFS event file descriptor

Signed-off-by: Juha Ylinen <[email protected]>
  • Loading branch information
juhaylinen authored and anangl committed Jan 21, 2025
1 parent 36f8e15 commit e13bc0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/cellular/lwm2m_client/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -164,3 +164,7 @@ CONFIG_NET_SOCKETPAIR=y
CONFIG_LWM2M_TICKLESS=y
# Enable Release Assistance Indication
CONFIG_LWM2M_CLIENT_UTILS_RAI=y

# Enable Zephyr's ZVFS event file descriptor
CONFIG_ZVFS_EVENTFD=y
CONFIG_ZVFS_EVENTFD_MAX=2

0 comments on commit e13bc0f

Please sign in to comment.