-
CONFIG_EVENT_MANAGER
¶
Event Manager
Type: bool
Help¶
Enable Event Manager. Note that Event Manager uses orphan sections to handle its data structures.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <nRF>/subsys/event_manager/Kconfig:7
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:22
Menu path: (Top) → Modules → Nordic nRF Connect
menuconfig EVENT_MANAGER
bool "Event Manager"
depends on LINKER_ORPHAN_SECTION_PLACE
help
Enable Event Manager.
Note that Event Manager uses orphan sections to handle its
data structures.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)