:orphan: .. title:: CAN_WORKQ_FRAMES_BUF_CNT .. option:: CONFIG_CAN_WORKQ_FRAMES_BUF_CNT *Work queue buffer frame count* Type: ``int`` Help ==== Number of frames in the buffer of a zcan_work. Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:41`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_WORKQ_FRAMES_BUF_CNT int "Work queue buffer frame count" range 1 65534 default 4 depends on \ :option:`CAN ` help Number of frames in the buffer of a zcan_work. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*