:orphan: .. title:: CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS .. kconfig:: CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS ################################### *Enable buffered tx contexts* Type: ``bool`` Help ==== .. code-block:: none This option enables buffered sending contexts. This makes send and forget possible. A memory slab is used to buffer the context. Direct dependencies =================== \ :kconfig:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/canbus/isotp/Kconfig:117`` 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] .. code-block:: kconfig config ISOTP_ENABLE_CONTEXT_BUFFERS bool "Enable buffered tx contexts" default y depends on ISOTP help This option enables buffered sending contexts. This makes send and forget possible. A memory slab is used to buffer the context. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*