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) || (HAS_MCUX_EDMA && DMA)

(Includes any dependencies from ifs and menus.)

Defaults

Symbols implied by this symbol

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:117

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:18

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:88

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

Menu path: (Top)

config DMA_MCUX_EDMA
    bool
    default y
    depends on DMA && SOC_SERIES_KINETIS_KE1XF

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

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

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.)