:orphan: .. title:: CAN_NET .. option:: CONFIG_CAN_NET *Enable 6loCAN network interface [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable IPv6 Networking over can (6loCAN) Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/can/Kconfig.net:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:90`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_NET bool "Enable 6loCAN network interface [EXPERIMENTAL]" depends on CAN help Enable IPv6 Networking over can (6loCAN) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*