CONFIG_EVENTS

Enable event objects

Type: bool

Help

This option enables event objects. Threads may wait on event
objects for specific events, but both threads and ISRs may deliver
events to event objects.

Note that setting this option slightly increases the size of the
thread structure.

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/kernel/Kconfig:524

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40

Menu path: (Top) → General Kernel Options → Other Kernel Object Options

config EVENTS
    bool "Enable event objects"
    help
      This option enables event objects. Threads may wait on event
      objects for specific events, but both threads and ISRs may deliver
      events to event objects.

      Note that setting this option slightly increases the size of the
      thread structure.

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