:orphan: .. title:: CAN_MCP2515_INIT_PRIORITY .. option:: CONFIG_CAN_MCP2515_INIT_PRIORITY *Init priority* Type: ``int`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/can/Kconfig.mcp2515:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:67`` Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. parsed-literal:: config CAN_MCP2515_INIT_PRIORITY int "Init priority" default 80 depends on \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` help MCP2515 driver initialization priority, must be higher than SPI. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*