:orphan: .. title:: CAN_STM32 .. option:: CONFIG_CAN_STM32 *STM32 CAN Driver* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/can/Kconfig.stm32:8`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:84`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_STM32 bool "STM32 CAN Driver" default n depends on CAN help Enable STM32 CAN Driver. Tested on stm32F0, stm32L4 and stm32F7 series. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*