:orphan: .. title:: ISOTP_USE_TX_BUF .. option:: CONFIG_ISOTP_USE_TX_BUF *Buffer tx writes* Type: ``bool`` Help ==== Copy the outgoing data to a net buffer so that the calling function can discard the data. Direct dependencies =================== \ :option:`ISOTP ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:89`` 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] .. parsed-literal:: config ISOTP_USE_TX_BUF bool "Buffer tx writes" default n depends on \ :option:`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.)*