The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_EVENTFD

Enable support for eventfd

Type: bool

Help

Enable support for event file descriptors, eventfd. An eventfd can
be used as an event wait/notify mechanism together with POSIX calls
like read, write and poll.

Direct dependencies

!ARCH_POSIX

(Includes any dependencies from ifs and menus.)

Default

Symbols selected by this symbol

Kconfig definition

At lib/posix/Kconfig:112

Included via Kconfig:8Kconfig.zephyr:43lib/Kconfig:12

Menu path: (Top) → Additional libraries

config EVENTFD
    bool "Enable support for eventfd"
    default y if POSIX_API
    select POLL
    depends on !ARCH_POSIX
    help
      Enable support for event file descriptors, eventfd. An eventfd can
      be used as an event wait/notify mechanism together with POSIX calls
      like read, write and poll.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)