:orphan: .. title:: DMA_MCUX_LPC .. option:: CONFIG_DMA_MCUX_LPC *Enable MCUX LPC DMAC driver* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:17`` Menu path: (Top) .. parsed-literal:: config DMA_MCUX_LPC bool default y depends on \ :option:`DMA ` && \ :option:`SOC_MIMXRT685S_CM33 ` && \ :option:`SOC_SERIES_IMX_RT6XX ` ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S28:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. parsed-literal:: config DMA_MCUX_LPC bool default y depends on \ :option:`DMA ` && \ :option:`SOC_LPC55S28 ` && \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_lpc/Kconfig.defconfig:4`` → ``soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18`` Menu path: (Top) .. parsed-literal:: config DMA_MCUX_LPC bool default y depends on \ :option:`DMA ` && \ :option:`SOC_LPC55S69_CPU0 ` && \ :option:`SOC_SERIES_LPC55XXX ` ---- At ``drivers/dma/Kconfig.mcux_lpc:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:59`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. parsed-literal:: config DMA_MCUX_LPC bool "Enable MCUX LPC DMAC driver" depends on \ :option:`HAS_MCUX_LPC_DMA ` && \ :option:`DMA ` help DMA driver for MCUX LPC MCUs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*