-
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.
Default¶
90
Kconfig definition¶
At <Zephyr>/subsys/net/ip/Kconfig:108
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:37
→ <Zephyr>/subsys/net/Kconfig:87
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.)