CONFIG_CAN_STM32¶
STM32 CAN Driver
Type: bool
Help¶
Enable STM32 CAN Driver.
Tested on stm32F0, stm32L4 and stm32F7 series.
Default¶
- n 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/can/Kconfig.stm32:8
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:82 → <Zephyr Driver>/can/Kconfig:89
Menu path: (Top) → Device Drivers → CAN Drivers
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.)