:orphan: .. title:: NET_CONFIG_INIT_PRIO .. option:: CONFIG_NET_CONFIG_INIT_PRIO *Startup priority for the network application init* Type: ``int`` Direct dependencies =================== \ :option:`NET_CONFIG_AUTO_INIT ` && \ :option:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 95 Kconfig definition ================== .. highlight:: kconfig At ``subsys/net/lib/config/Kconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:37`` → ``subsys/net/Kconfig:89`` → ``subsys/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 .. parsed-literal:: config NET_CONFIG_INIT_PRIO int "Startup priority for the network application init" default 95 depends on \ :option:`NET_CONFIG_AUTO_INIT ` && \ :option:`NETWORKING ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*