The latest development version of this page may be more current than this released 2.7.5 version.

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:8Kconfig.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:8Kconfig.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:8Kconfig.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:8Kconfig.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:8Kconfig.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:8Kconfig.zephyr:42drivers/Kconfig:68drivers/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.)