:orphan: .. title:: CONFIG_CAN_HAS_RX_TIMESTAMP .. kconfig:: CONFIG_CAN_HAS_RX_TIMESTAMP CONFIG_CAN_HAS_RX_TIMESTAMP ########################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none driver supports RX timestamps Direct dependencies =================== \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`CAN_STM32 ` - \ :kconfig:`CAN_MCUX_FLEXCAN ` - \ :kconfig:`CAN_MCAN ` Kconfig definition ================== At ``/can/Kconfig:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_HAS_RX_TIMESTAMP bool depends on CAN help driver supports RX timestamps *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*