CONFIG_DMA_DW

Enable DesignWare DMA driver

Type: bool

Help

DesignWare DMA driver.

Direct dependencies

(DMA && BOARD_UP_SQUARED_ADSP) || (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 <Zephyr>/boards/xtensa/intel_adsp_cavs15/Kconfig.defconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config DMA_DW
    bool
    default y
    depends on DMA && BOARD_UP_SQUARED_ADSP

At <Zephyr>/boards/xtensa/intel_adsp_cavs18/Kconfig.defconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config DMA_DW
    bool
    default y
    depends on DMA && BOARD_INTEL_ADSP_CAVS18

At <Zephyr>/boards/xtensa/intel_adsp_cavs20/Kconfig.defconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config DMA_DW
    bool
    default y
    depends on DMA && BOARD_INTEL_ADSP_CAVS20

At <Zephyr>/boards/xtensa/intel_adsp_cavs25/Kconfig.defconfig:38

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config DMA_DW
    bool
    default y
    depends on DMA && BOARD_INTEL_ADSP_CAVS25

At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:98

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

Menu path: (Top)

config DMA_DW
    bool
    default y
    depends on DMA && BOARD_INTEL_S1000_CRB

At <Zephyr>/drivers/dma/Kconfig.dw:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:66<Zephyr>/drivers/dma/Kconfig:51

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.)