:orphan: .. title:: CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT .. kconfig:: CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT ################################# *Amount of context buffers for sending data* Type: ``int`` Help ==== .. code-block:: none This defines the size of the memory slab where the buffers are allocated from. Direct dependencies =================== \ :kconfig:`ISOTP_ENABLE_CONTEXT_BUFFERS ` && \ :kconfig:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/canbus/isotp/Kconfig:124`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:11`` → ``/canbus/Kconfig:9`` Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem → ISO-TP Transport [EXPERIMENTAL] → Enable buffered tx contexts .. code-block:: kconfig config ISOTP_TX_CONTEXT_BUF_COUNT int "Amount of context buffers for sending data" default 4 depends on ISOTP_ENABLE_CONTEXT_BUFFERS && ISOTP help This defines the size of the memory slab where the buffers are allocated from. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*