:orphan: .. title:: CONFIG_NET_MGMT_EVENT_MONITOR_AUTO_START .. kconfig:: CONFIG_NET_MGMT_EVENT_MONITOR_AUTO_START CONFIG_NET_MGMT_EVENT_MONITOR_AUTO_START ######################################## *Start the event monitor automatically at boot* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :kconfig:`NET_MGMT_EVENT_MONITOR ` && \ :kconfig:`SHELL_BACKEND_SERIAL ` && \ :kconfig:`NET_MGMT_EVENT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/net/ip/Kconfig.mgmt:58`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` → ``/net/ip/Kconfig:853`` 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 .. code-block:: kconfig config NET_MGMT_EVENT_MONITOR_AUTO_START bool "Start the event monitor automatically at boot" depends on NET_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.)*