-
CONFIG_CAN_STM32
¶
STM32 CAN Driver
Type: bool
Help¶
Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series.
Direct dependencies¶
(CAN
&& SOC_FAMILY_STM32
) || (SOC_FAMILY_STM32
&& CAN
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:99
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config CAN_STM32 bool default y depends onCAN
&&SOC_FAMILY_STM32
At drivers/can/Kconfig.stm32:6
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:74
→ drivers/can/Kconfig:69
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_STM32 bool "STM32 CAN Driver" depends onSOC_FAMILY_STM32
&&CAN
help Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)