:orphan: .. title:: CAN_MCP2515_MAX_FILTER .. option:: CONFIG_CAN_MCP2515_MAX_FILTER *Maximum number of concurrent active filters* Type: ``int`` Help ==== Defines the array size of the callback/msgq pointers. Must be at least the size of concurrent reads. Direct dependencies =================== \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5 Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.mcp2515:29`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:74`` → ``drivers/can/Kconfig:71`` Menu path: (Top) → Device Drivers → CAN Drivers → MCP2515 CAN Driver .. parsed-literal:: config CAN_MCP2515_MAX_FILTER int "Maximum number of concurrent active filters" range 1 32 default 5 depends on \ :option:`CAN_MCP2515 ` && \ :option:`CAN ` help Defines the array size of the callback/msgq pointers. Must be at least the size of concurrent reads. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*