:orphan: .. title:: CAN_DELAY_COMP .. option:: CONFIG_CAN_DELAY_COMP *Enable transceiver delay compensation* Type: ``bool`` Help ==== .. code-block:: none Enable the automatic transceiver delay compensation. Direct dependencies =================== \ :option:`CAN_MCAN ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/can/Kconfig.mcan:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:88`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig 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.)*