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

CONFIG_NET_CONFIG_INIT_PRIO

Startup priority for the network application init

Type: int

Direct dependencies

NET_CONFIG_AUTO_INIT && NETWORKING

(Includes any dependencies from ifs and menus.)

Default

  • 95

Kconfig definition

At subsys/net/lib/config/Kconfig:15

Included via Kconfig:8Kconfig.zephyr:44subsys/Kconfig:39subsys/net/Kconfig:91subsys/net/lib/Kconfig:28

Menu path: (Top) → Sub Systems and OS Services → Networking → Link layer and IP networking support → Network Libraries → Init networking support automatically during device startup

config NET_CONFIG_INIT_PRIO
    int "Startup priority for the network application init"
    default 95
    depends on NET_CONFIG_AUTO_INIT && NETWORKING

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)