:orphan: .. title:: CONFIG_ISOTP_USE_TX_BUF .. kconfig:: CONFIG_ISOTP_USE_TX_BUF CONFIG_ISOTP_USE_TX_BUF ####################### *Buffer tx writes* Type: ``bool`` Help ==== .. code-block:: none Copy the outgoing data to a net buffer so that the calling function can discard the data. Direct dependencies =================== \ :kconfig:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/canbus/isotp/Kconfig:91`` 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_USE_TX_BUF bool "Buffer tx writes" default n depends on ISOTP help Copy the outgoing data to a net buffer so that the calling function can discard the data. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*