:orphan: .. title:: CONFIG_CAN_STM32H7 .. kconfig:: CONFIG_CAN_STM32H7 CONFIG_CAN_STM32H7 ################## *STM32H7 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.stm32h7:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:99`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_STM32H7 bool "STM32H7 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.)*