CONFIG_CAN_NET

Enable 6loCAN network interface [EXPERIMENTAL]

Type: bool

Help

Enable IPv6 Networking over can (6loCAN)

Direct dependencies

CAN

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <Zephyr>/drivers/can/Kconfig.net:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:82<Zephyr>/drivers/can/Kconfig:103

Menu path: (Top) → Device Drivers → CAN Drivers

config CAN_NET
    bool "Enable 6loCAN network interface [EXPERIMENTAL]"
    select EXPERIMENTAL
    depends on CAN
    help
      Enable IPv6 Networking over can (6loCAN)

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