CONFIG_DMA_DW¶
Enable DesignWare DMA driver
Type: bool
Help¶
DesignWare DMA driver.
Direct dependencies¶
(DMA
&& BOARD_INTEL_ADSP_CAVS15
) || (DMA
&& BOARD_INTEL_ADSP_CAVS18
) || (DMA
&& BOARD_INTEL_ADSP_CAVS20
) || (DMA
&& BOARD_INTEL_ADSP_CAVS25
) || (DMA
&& BOARD_INTEL_S1000_CRB
) || DMA
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
y
y
y
Kconfig definitions¶
At boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DMA_DW
bool
default y
depends on DMA && BOARD_INTEL_ADSP_CAVS15
At boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DMA_DW
bool
default y
depends on DMA && BOARD_INTEL_ADSP_CAVS18
At boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DMA_DW
bool
default y
depends on DMA && BOARD_INTEL_ADSP_CAVS20
At boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:38
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DMA_DW
bool
default y
depends on DMA && BOARD_INTEL_ADSP_CAVS25
At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:96
Included via Kconfig:8
→ Kconfig.zephyr:22
Menu path: (Top)
config DMA_DW
bool
default y
depends on DMA && BOARD_INTEL_S1000_CRB
At drivers/dma/Kconfig.dw:6
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:68
→ drivers/dma/Kconfig:27
Menu path: (Top) → Device Drivers → DMA driver Configuration
config DMA_DW
bool "Enable DesignWare DMA driver"
depends on DMA
help
DesignWare DMA driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)