:orphan: .. title:: CONFIG_CAN_STM32 .. kconfig:: CONFIG_CAN_STM32 CONFIG_CAN_STM32 ################ *STM32 CAN Driver* Type: ``bool`` Help ==== .. code-block:: none Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series. Direct dependencies =================== \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`CAN_HAS_RX_TIMESTAMP ` Kconfig definition ================== At ``/can/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:89`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_STM32 bool "STM32 CAN Driver" default n select CAN_HAS_RX_TIMESTAMP depends on CAN help Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*