The latest development version of this page may be more current than this released 2.7.5 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 ifs and menus.)

Default

  • 90

Kconfig definition

At subsys/net/ip/Kconfig:108

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:89

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