-
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.
Defaults¶
- 90 if !
NET_RAW_MODE
&&NETWORKING
Kconfig definition¶
At subsys/net/ip/Kconfig:45
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:24
→ subsys/net/Kconfig:82
Menu path: (top menu) → Networking → IP stack
config NET_INIT_PRIO int default 90 if !NET_RAW_MODE
&&NETWORKING
depends on !NET_RAW_MODE
&&NETWORKING
help Network initialization priority level. This number tells how early in the boot the network stack is initialized.
(Definitions include propagated dependencies, including from if’s and menus.)