CONFIG_DMA_MCUX_LPC¶
Enable MCUX LPC DMAC driver
Type: bool
Help¶
DMA driver for MCUX LPC MCUs.
Direct dependencies¶
(DMA && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (DMA && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (DMA && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (DMA && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (DMA && SOC_LPC55S28 && SOC_SERIES_LPC55XXX) || (DMA && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_LPC_DMA && DMA)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:36
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:35
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_LPC55S28 && SOC_SERIES_LPC55XXX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:36
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX
At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:36
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:35
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_LPC55S28 && SOC_SERIES_LPC55XXX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:36
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config DMA_MCUX_LPC
    bool
    default y
    depends on DMA && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX
At <Zephyr Driver>/dma/Kconfig.mcux_lpc:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:68 → <Zephyr Driver>/dma/Kconfig:35
Menu path: (Top) → Device Drivers → DMA driver Configuration
config DMA_MCUX_LPC
    bool "Enable MCUX LPC DMAC driver"
    depends on HAS_MCUX_LPC_DMA && DMA
    help
      DMA driver for MCUX LPC MCUs.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)