:orphan: .. title:: CAN_STM32 .. option:: CONFIG_CAN_STM32 *STM32 CAN Driver* Type: ``bool`` Help ==== Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series. Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:65`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_STM32 bool "STM32 CAN Driver" default n depends on \ :option:`CAN ` help Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*