:orphan: .. title:: NET_MGMT_EVENT_MONITOR_AUTO_START .. option:: 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 =================== \ :option:`NET_MGMT_EVENT_MONITOR ` && \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`NET_MGMT_EVENT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/ip/Kconfig.mgmt:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:87`` → ``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 .. parsed-literal:: config NET_MGMT_EVENT_MONITOR_AUTO_START bool "Start the event monitor automatically at boot" depends on \ :option:`NET_MGMT_EVENT_MONITOR ` && \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`NET_MGMT_EVENT ` && \ :option:`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.)*