:orphan: .. title:: CONFIG_CAN_STM32FD .. kconfig:: CONFIG_CAN_STM32FD CONFIG_CAN_STM32FD ################## *STM32 FDCAN driver* Type: ``bool`` Direct dependencies =================== \ :kconfig:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Symbols selected by this symbol =============================== - \ :kconfig:`CAN_MCAN ` - \ :kconfig:`USE_STM32_LL_RCC ` Kconfig definition ================== At ``/can/Kconfig.stm32fd:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:90`` 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.)*