CONFIG_CAN_AUTO_BUS_OFF_RECOVERY
Enable automatic recovery from bus-off
Type: bool
Help
This option enables the automatic bus-off recovery according to
ISO 11898-1 (recovery after 128 occurrences of 11 consecutive
recessive bits). When this option is enabled, the recovery API is not
available.
Default
y
Symbols that select this symbol
Kconfig definition
At <Zephyr>/drivers/can/Kconfig:87
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:82
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_AUTO_BUS_OFF_RECOVERY
bool "Enable automatic recovery from bus-off"
default y
depends on CAN
help
This option enables the automatic bus-off recovery according to
ISO 11898-1 (recovery after 128 occurrences of 11 consecutive
recessive bits). When this option is enabled, the recovery API is not
available.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)