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 ifs and menus.)

Default

  • 90

Kconfig definition

At <Zephyr>/subsys/net/ip/Kconfig:107

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:87

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → IP stack

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