:orphan: .. title:: EVENT_MANAGER .. option:: CONFIG_EVENT_MANAGER *Event Manager* Type: ``bool`` Help ==== Enable Event Manager. Note that Event Manager uses orphan sections to handle its data structures. Direct dependencies =================== \ :option:`LINKER_ORPHAN_SECTION_PLACE ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``../nrf/subsys/event_manager/Kconfig:7`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:10`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/_build/Kconfig.modules:1`` → ``/jenkins_workspace/workspace/connect-nrf_documentation_master/ncs/nrf/Kconfig.nrf:9`` → ``../nrf/subsys/Kconfig:18`` Menu path: (top menu) → Nordic nRF Connect .. parsed-literal:: menuconfig EVENT_MANAGER bool prompt "Event Manager" if \ :option:`LINKER_ORPHAN_SECTION_PLACE ` depends on \ :option:`LINKER_ORPHAN_SECTION_PLACE ` help Enable Event Manager. Note that Event Manager uses orphan sections to handle its data structures. *(Definitions include propagated dependencies, including from if's and menus.)*