:orphan: .. title:: CONFIG_CAN_SAM .. kconfig:: CONFIG_CAN_SAM CONFIG_CAN_SAM ############## *Atmel SAM CAN 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 definition ================== At ``/can/Kconfig.sam:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:82`` → ``/can/Kconfig:96`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_SAM bool "Atmel SAM CAN driver" default n select CAN_MCAN depends on CAN *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*