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

Kconfig definition

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

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:24subsys/net/Kconfig:84subsys/net/lib/Kconfig:27

Menu path: (top menu) → Networking → Network Libraries

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

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