CONFIG_CAN_STM32FD¶
STM32 FDCAN driver
Type: bool
Default¶
- n 
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr Driver>/can/Kconfig.stm32fd:8
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:82 → <Zephyr Driver>/can/Kconfig:90
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_STM32FD
    bool "STM32 FDCAN driver"
    default n
    select CAN_MCAN
    select USE_STM32_LL_RCC
    depends on CAN
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)