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