:orphan: .. title:: CONFIG_ISOTP .. kconfig:: CONFIG_ISOTP CONFIG_ISOTP ############ *ISO-TP Transport [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable ISO TP support for CAN Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`NET_BUF ` - \ :kconfig:`POLL ` Kconfig definition ================== At ``/canbus/isotp/Kconfig:6`` 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 .. code-block:: kconfig 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.)*