:orphan: .. title:: CAN_MCP2515_INIT_PRIORITY .. option:: CONFIG_CAN_MCP2515_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== .. code-block:: none MCP2515 driver initialization priority, must be higher than SPI. Direct dependencies =================== \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/can/Kconfig.mcp2515:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:87`` Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. code-block:: kconfig config CAN_MCP2515_INIT_PRIORITY int "Init priority" default 80 depends on CAN_MCP2515 && CAN help MCP2515 driver initialization priority, must be higher than SPI. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*