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:23

Included via Kconfig:10Kconfig.zephyr:35subsys/Kconfig:22subsys/net/Kconfig:91

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.)