:orphan: .. title:: CONFIG_NET_CONFIG_INIT_PRIO .. kconfig:: CONFIG_NET_CONFIG_INIT_PRIO CONFIG_NET_CONFIG_INIT_PRIO ########################### *Startup priority for the network application init* Type: ``int`` Direct dependencies =================== \ :kconfig:`NET_CONFIG_AUTO_INIT ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 95 Kconfig definition ================== At ``/net/lib/config/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:89`` → ``/net/lib/Kconfig:28`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Init networking support automatically during device startup .. code-block:: kconfig config NET_CONFIG_INIT_PRIO int "Startup priority for the network application init" default 95 depends on NET_CONFIG_AUTO_INIT && NETWORKING *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*