:orphan: .. title:: CAN_AUTO_BUS_OFF_RECOVERY .. option:: 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. Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols that select this symbol =============================== - \ :option:`CAN_MCP2515 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_AUTO_BUS_OFF_RECOVERY bool "Enable automatic recovery from bus-off" default y depends on \ :option:`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.)*