:orphan: .. title:: CONFIG_NET_INIT_PRIO .. kconfig:: CONFIG_NET_INIT_PRIO CONFIG_NET_INIT_PRIO #################### *(No prompt -- not directly user assignable.)* Type: ``int`` Help ==== .. code-block:: none Network initialization priority level. This number tells how early in the boot the network stack is initialized. Direct dependencies =================== !\ :kconfig:`NET_RAW_MODE ` && \ :kconfig:`NETWORKING ` *(Includes any dependencies from ifs and menus.)* Default ======= - 90 Kconfig definition ================== At ``/net/ip/Kconfig:108`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:39`` → ``/net/Kconfig:87`` Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack .. code-block:: kconfig config NET_INIT_PRIO int default 90 depends on !NET_RAW_MODE && NETWORKING help Network initialization priority level. This number tells how early in the boot the network stack is initialized. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*