:orphan: .. title:: CAN_INIT_PRIORITY .. option:: 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 =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_INIT_PRIORITY int "CAN driver init priority" default 80 depends on \ :option:`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. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*