:orphan: .. title:: CONFIG_CAN_NET_INIT_PRIORITY .. kconfig:: CONFIG_CAN_NET_INIT_PRIORITY CONFIG_CAN_NET_INIT_PRIORITY ############################ *CAN NET driver init priority* Type: ``int`` Help ==== .. code-block:: none CAN NET 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 =================== \ :kconfig:`CAN_NET ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/can/Kconfig.net:25`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:96`` Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL] .. code-block:: kconfig config CAN_NET_INIT_PRIORITY int "CAN NET driver init priority" default 80 depends on CAN_NET && CAN help CAN NET 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.)*