:orphan: .. title:: CONFIG_CAN_MCP2515_INT_THREAD_STACK_SIZE .. kconfig:: CONFIG_CAN_MCP2515_INT_THREAD_STACK_SIZE CONFIG_CAN_MCP2515_INT_THREAD_STACK_SIZE ######################################## *Stack size for interrupt handler* Type: ``int`` Help ==== .. code-block:: none Size of the stack used for internal thread which is ran for interrupt handling and incoming packets. Direct dependencies =================== \ :kconfig:`CAN_MCP2515 ` && \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 512 Kconfig definition ================== At ``/can/Kconfig.mcp2515:15`` 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_INT_THREAD_STACK_SIZE int "Stack size for interrupt handler" default 512 depends on CAN_MCP2515 && CAN help Size of the stack used for internal thread which is ran for interrupt handling and incoming packets. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*