CONFIG_CAN_LOOPBACK¶
Emulated CAN loopback driver
Type: bool
Help¶
This is an emulated driver that can only loopback messages.
Default¶
n
Kconfig definition¶
At drivers/can/Kconfig.loopback:8
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:82
→ drivers/can/Kconfig:104
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_LOOPBACK
bool "Emulated CAN loopback driver"
default n
depends on CAN
help
This is an emulated driver that can only loopback messages.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)