-
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.
Kconfig definition¶
At drivers/can/Kconfig:33
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:82
Menu path: (top menu) → Device Drivers → CAN Drivers
config CAN_INIT_PRIORITY int prompt "CAN driver init priority" ifCAN
default 80 ifCAN
depends onCAN
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.)