:orphan: .. title:: DMA_MCUX_LPC .. option:: CONFIG_DMA_MCUX_LPC *Enable MCUX LPC DMAC driver* Type: ``bool`` Help ==== .. code-block:: none DMA driver for MCUX LPC MCUs. Direct dependencies =================== (\ :option:`DMA ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX `) || (\ :option:`DMA ` && \ :option:`SOC_LPC55S28 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`DMA ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX `) || (\ :option:`HAS_MCUX_LPC_DMA ` && \ :option:`DMA `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y Kconfig definitions =================== At ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:4`` → ``/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:20`` Menu path: (Top) .. code-block:: kconfig config DMA_MCUX_LPC bool default y depends on DMA && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config DMA_MCUX_LPC bool default y depends on DMA && SOC_LPC55S28 && SOC_SERIES_LPC55XXX ---- At ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:36`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_lpc/Kconfig.defconfig:4`` → ``/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. code-block:: kconfig config DMA_MCUX_LPC bool default y depends on DMA && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX ---- At ``/dma/Kconfig.mcux_lpc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:66`` → ``/dma/Kconfig:35`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. code-block:: kconfig 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.)*