:orphan: .. title:: DMA_DW .. option:: CONFIG_DMA_DW *Enable DesignWare DMA driver* Type: ``bool`` Help ==== DesignWare DMA driver. Direct dependencies =================== (\ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS15 `) || (\ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS18 `) || (\ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS20 `) || (\ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS25 `) || (\ :option:`DMA ` && \ :option:`BOARD_INTEL_S1000_CRB `) || \ :option:`DMA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y - y - y - y Kconfig definitions =================== .. highlight:: kconfig At ``boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DMA_DW bool default y depends on \ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS15 ` ---- At ``boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DMA_DW bool default y depends on \ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS18 ` ---- At ``boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DMA_DW bool default y depends on \ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS20 ` ---- At ``boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DMA_DW bool default y depends on \ :option:`DMA ` && \ :option:`BOARD_INTEL_ADSP_CAVS25 ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config DMA_DW bool default y depends on \ :option:`DMA ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/dma/Kconfig.dw:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:66`` → ``drivers/dma/Kconfig:51`` Menu path: (Top) → Device Drivers → DMA driver Configuration .. parsed-literal:: config DMA_DW bool "Enable DesignWare DMA driver" depends on \ :option:`DMA ` help DesignWare DMA driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*