CONFIG_DMA_SAM0

Atmel SAM0 series DMAC driver

Type: bool

Help

DMA driver for Atmel SAM0 series MCUs.

Direct dependencies

SOC_FAMILY_SAM0 || (SOC_FAMILY_SAM0 && DMA)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At <Zephyr>/soc/arm/atmel_sam0/common/Kconfig.defconfig.series:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/atmel_sam0/Kconfig.defconfig:6

Menu path: (Top)

config DMA_SAM0
    bool
    default DMA
    depends on SOC_FAMILY_SAM0

At <Zephyr>/drivers/dma/Kconfig.sam0:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:66<Zephyr>/drivers/dma/Kconfig:55

Menu path: (Top) → Device Drivers → DMA driver Configuration

config DMA_SAM0
    bool "Atmel SAM0 series DMAC driver"
    default y
    depends on SOC_FAMILY_SAM0 && DMA
    help
      DMA driver for Atmel SAM0 series MCUs.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)