:orphan: .. title:: CAN_STM32FD .. option:: CONFIG_CAN_STM32FD *STM32 FDCAN driver* Type: ``bool`` Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :option:`CAN_MCAN ` - \ :option:`USE_STM32_LL_RCC ` Kconfig definition ================== At ``/can/Kconfig.stm32fd:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:85`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig 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.)*