-
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:23
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:22
→ subsys/net/Kconfig:91
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.)