-
CONFIG_ETH_INIT_PRIORITY
¶
Ethernet driver init priority
Type: int
Help¶
Ethernet device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system.
Defaults¶
- 80 if
NET_L2_ETHERNET
Kconfig definition¶
At drivers/ethernet/Kconfig:18
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:18
Menu path: (top menu) → Device Drivers → Ethernet Drivers
config ETH_INIT_PRIORITY int prompt "Ethernet driver init priority" ifNET_L2_ETHERNET
default 80 ifNET_L2_ETHERNET
depends onNET_L2_ETHERNET
help Ethernet device driver initialization priority. Do not mess with it unless you know what you are doing. Note that the priority needs to be lower than the net stack so that it can start before the networking sub-system.
(Definitions include propagated dependencies, including from if’s and menus.)