:orphan: .. title:: ISOTP .. option:: 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 =============================== - \ :option:`NET_BUF ` - \ :option:`POLL ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/canbus/isotp/Kconfig:6`` 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 .. parsed-literal:: menuconfig ISOTP bool "ISO-TP Transport [EXPERIMENTAL]" select \ :option:`NET_BUF ` select \ :option:`POLL ` help Enable ISO TP support for CAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*