The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_CAN_DELAY_COMP

Enable transceiver delay compensation

Type: bool

Help

Enable the automatic transceiver delay compensation.

Direct dependencies

CAN_MCAN && CAN

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/can/Kconfig.mcan:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:82drivers/can/Kconfig:93

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

config CAN_DELAY_COMP
    bool "Enable transceiver delay compensation"
    default y
    depends on CAN_MCAN && CAN
    help
      Enable the automatic transceiver delay compensation.

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