:orphan: .. title:: CONFIG_CAN_MCP2515_INIT_PRIORITY .. kconfig:: CONFIG_CAN_MCP2515_INIT_PRIORITY CONFIG_CAN_MCP2515_INIT_PRIORITY ################################ *Init priority* Type: ``int`` Help ==== .. code-block:: none MCP2515 driver initialization priority, must be higher than SPI. Direct dependencies =================== \ :kconfig:`CAN_MCP2515 ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 80 Kconfig definition ================== At ``/can/Kconfig.mcp2515:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:92`` 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.)*