:orphan: .. title:: CAN_NET .. option:: CONFIG_CAN_NET *Enable 6loCAN network interface [EXPERIMENTAL]* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/can/Kconfig.net:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:69`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_NET bool "Enable 6loCAN network interface [EXPERIMENTAL]" depends on \ :option:`CAN ` help Enable IPv6 Networking over can (6loCAN) *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*