The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_NET_INIT_PRIO

(No prompt – not directly user assignable.)

Type: int

Help

Network initialization priority level. This number tells how early in the boot the network stack is initialized.

Direct dependencies

!NET_RAW_MODE && NETWORKING

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At subsys/net/ip/Kconfig:45

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:82

Menu path: (top menu) → Networking → IP stack

config NET_INIT_PRIO
    int
    default 90 if !NET_RAW_MODE && NETWORKING
    depends on !NET_RAW_MODE && NETWORKING
    help
      Network initialization priority level. This number tells how
      early in the boot the network stack is initialized.

(Definitions include propagated dependencies, including from if’s and menus.)