The latest development version of this page may be more current than this released 1.14.1 version.
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.

Direct dependencies

NET_L2_ETHERNET

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/ethernet/Kconfig:18

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:18

Menu path: (top menu) → Device Drivers → Ethernet Drivers

config ETH_INIT_PRIORITY
    int
    prompt "Ethernet driver init priority" if NET_L2_ETHERNET
    default 80 if NET_L2_ETHERNET
    depends on NET_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.)