The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_CAN_INIT_PRIORITY

CAN driver init priority

Type: int

Help

CAN 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

CAN

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

Defaults

Kconfig definition

At drivers/can/Kconfig:23

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

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

config CAN_INIT_PRIORITY
    int
    prompt "CAN driver init priority" if CAN
    default 80 if CAN
    depends on CAN
    help
      CAN 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.)