-
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¶
y if
HAS_MCUX_EDMA
y if
HAS_MCUX_EDMA
y
y if
HAS_MCUX_EDMA
Symbols implied by this symbol¶
Kconfig definitions¶
At <Zephyr>/soc/arm/nxp_imx/rt/Kconfig.defconfig.series:114
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <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:19
→ <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:92
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <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>/soc/arm/nxp_kinetis/k8x/Kconfig.soc:72
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:28
→ <Zephyr>/soc/Kconfig:11
→ <BuildDir>/kconfig/Kconfig.soc.arch:2
→ <Zephyr>/soc/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 <Zephyr>/drivers/dma/Kconfig.mcux_edma:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:66
→ <Zephyr>/drivers/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.)