-
CONFIG_NET_MGMT_EVENT_MONITOR_AUTO_START
¶
Start the event monitor automatically at boot
Type: bool
Help¶
Allow user to start monitoring network events automatically when the system starts. The auto start is disabled by default. The default UART based shell is used to print data.
Direct dependencies¶
NET_MGMT_EVENT_MONITOR
&& SHELL_BACKEND_SERIAL
&& NET_MGMT_EVENT
&& NETWORKING
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig.mgmt:66
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
→ <Zephyr>/subsys/net/ip/Kconfig:828
Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack → Network Management API → Add support for runtime network event notifications → Enable passing information along with an event → Monitor network events from net shell
config NET_MGMT_EVENT_MONITOR_AUTO_START bool "Start the event monitor automatically at boot" depends onNET_MGMT_EVENT_MONITOR
&&SHELL_BACKEND_SERIAL
&&NET_MGMT_EVENT
&&NETWORKING
help Allow user to start monitoring network events automatically when the system starts. The auto start is disabled by default. The default UART based shell is used to print data.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)