drivers: can: mcp2515: increase default stack size

Increase the default stack size for the MCP2515 CAN controller driver from
512 to 1024 bytes.

Fixes: #58761

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
Henrik Brix Andersen 2023-06-01 18:04:19 +02:00 committed by Carles Cufí
parent bab0c0879d
commit defdbc2fae

View file

@ -15,7 +15,7 @@ if CAN_MCP2515
config CAN_MCP2515_INT_THREAD_STACK_SIZE
int "Stack size for interrupt handler"
default 512
default 1024
help
Size of the stack used for internal thread which is ran for
interrupt handling and incoming packets.