:orphan: .. title:: CONFIG_EVENTS .. kconfig:: CONFIG_EVENTS CONFIG_EVENTS ############# *Enable event objects* Type: ``bool`` Help ==== .. code-block:: none 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 ``/Kconfig:532`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` Menu path: (Top) → General Kernel Options → Other Kernel Object Options .. code-block:: kconfig 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.)*