:orphan: .. title:: CAN_NET_NAME .. option:: CONFIG_CAN_NET_NAME *Network device name* Type: ``string`` Help ==== Name of the network device driver for IPv6 over CAN. Direct dependencies =================== \ :option:`CAN_NET ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - "NET_CAN" Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.net:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:69`` Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL] .. parsed-literal:: config CAN_NET_NAME string "Network device name" default "NET_CAN" depends on \ :option:`CAN_NET ` && \ :option:`CAN ` help Name of the network device driver for IPv6 over CAN. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*