CONFIG_ISOTP

ISO-TP Transport [EXPERIMENTAL]

Type: bool

Help

Enable ISO TP support for CAN

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/subsys/canbus/isotp/Kconfig:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:10<Zephyr>/subsys/canbus/Kconfig:9

Menu path: (Top) → Sub Systems and OS Services → Controller Area Network (CAN) bus subsystem

menuconfig ISOTP
    bool "ISO-TP Transport [EXPERIMENTAL]"
    select NET_BUF
    select POLL
    help
      Enable ISO TP support for CAN

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)