-
CONFIG_NET_MGMT_EVENT_INFO
¶
Enable passing information along with an event
Type: bool
Help¶
Event notifier will be able to provide information to an event, and listeners will then be able to get it. Such information depends on the type of event.
Direct dependencies¶
NET_MGMT_EVENT
&& NET_MGMT
&& NETWORKING
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At subsys/net/ip/Kconfig.mgmt:50
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
→ subsys/net/ip/Kconfig:469
Menu path: (top menu) → Networking → IP stack → Network Management API
config NET_MGMT_EVENT_INFO bool prompt "Enable passing information along with an event" ifNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
depends onNET_MGMT_EVENT
&&NET_MGMT
&&NETWORKING
help Event notifier will be able to provide information to an event, and listeners will then be able to get it. Such information depends on the type of event.
(Definitions include propagated dependencies, including from if’s and menus.)