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¶
(Includes any dependencies from ifs and menus.)
Default¶
90
Kconfig definition¶
At subsys/net/ip/Kconfig:108
Included via Kconfig:8
→ Kconfig.zephyr:44
→ subsys/Kconfig:39
→ subsys/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.)