:orphan: .. title:: ISOTP_TX_CONTEXT_BUF_COUNT .. option:: CONFIG_ISOTP_TX_CONTEXT_BUF_COUNT *Amount of context buffers for sending data* Type: ``int`` Help ==== This defines the size of the memory slab where the buffers are allocated from. Direct dependencies =================== \ :option:`ISOTP_ENABLE_CONTEXT_BUFFERS ` && \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:122`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:11`` → ``subsys/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 .. parsed-literal:: config ISOTP_TX_CONTEXT_BUF_COUNT int "Amount of context buffers for sending data" default 4 depends on \ :option:`ISOTP_ENABLE_CONTEXT_BUFFERS ` && \ :option:`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.)*