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 <Zephyr>/subsys/net/lib/config/Kconfig:15

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:34<Zephyr>/subsys/net/Kconfig:89<Zephyr>/subsys/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.)