The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CAN_NET_NAME

Network device name

Type: string

Help

Name of the network device driver for IPv6 over CAN.

Direct dependencies

CAN_NET && CAN

(Includes any dependencies from ifs and menus.)

Default

  • “NET_CAN”

Kconfig definition

At drivers/can/Kconfig.net:19

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82drivers/can/Kconfig:96

Menu path: (Top) → Device Drivers → CAN Drivers → Enable 6loCAN network interface [EXPERIMENTAL]

config CAN_NET_NAME
    string "Network device name"
    default "NET_CAN"
    depends on CAN_NET && CAN
    help
      Name of the network device driver for IPv6 over CAN.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)