The latest development version of this page may be more current than this released 2.7.0 version.

CONFIG_DMA_MCUX_EDMA

Enable MCUX DMA driver

Type: bool

Help

DMA driver for MCUX series SoCs.

Direct dependencies

(DMA && SOC_SERIES_IMX_RT) || (DMA && SOC_SERIES_KINETIS_K6X) || (DMA && SOC_SERIES_KINETIS_KE1XF) || (DMA && SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS) || (HAS_MCUX_EDMA && DMA)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols implied by this symbol

Kconfig definitions

At soc/arm/nxp_imx/rt/Kconfig.defconfig.series:143

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_imx/Kconfig.defconfig:4

Menu path: (Top)

config DMA_MCUX_EDMA
    bool
    default y if HAS_MCUX_EDMA
    depends on DMA && SOC_SERIES_IMX_RT

At soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:18

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config DMA_MCUX_EDMA
    bool
    default y if HAS_MCUX_EDMA
    depends on DMA && SOC_SERIES_KINETIS_K6X

At soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:102

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config DMA_MCUX_EDMA
    bool
    default y
    depends on DMA && SOC_SERIES_KINETIS_KE1XF

At soc/arm/nxp_kinetis/k8x/Kconfig.soc:72

Included via Kconfig:8Kconfig.zephyr:38soc/Kconfig:18soc/arm/nxp_kinetis/Kconfig:15

Menu path: (Top) → Hardware Configuration

config DMA_MCUX_EDMA
    bool
    default y if HAS_MCUX_EDMA
    depends on DMA && SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS

At drivers/dma/Kconfig.mcux_edma:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:68drivers/dma/Kconfig:33

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

config DMA_MCUX_EDMA
    bool "Enable MCUX DMA driver"
    imply NOCACHE_MEMORY if HAS_MCUX_CACHE
    depends on HAS_MCUX_EDMA && DMA
    help
      DMA driver for MCUX series SoCs.

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