:orphan: .. title:: CONFIG_CAN_NET .. kconfig:: CONFIG_CAN_NET CONFIG_CAN_NET ############## *Enable 6loCAN network interface [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Enable IPv6 Networking over can (6loCAN) Direct dependencies =================== \ :kconfig:`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:42`` → ``/Kconfig:82`` → ``/can/Kconfig:96`` 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.)*