- CONFIG_CAN_NET¶
Enable 6loCAN network interface [EXPERIMENTAL]
Type: bool
Help¶
Enable IPv6 Networking over can (6loCAN)
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/can/Kconfig.net:6
Included via Kconfig:8
→ Kconfig.zephyr:32
→ drivers/Kconfig:80
→ drivers/can/Kconfig:90
Menu path: (Top) → Device Drivers → CAN Drivers
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.)