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

Enable CAVS DMA driver

Type: bool

Help

CAVS DMA driver.

Direct dependencies

(DMA && BOARD_INTEL_S1000_CRB) || DMA

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At boards/xtensa/intel_s1000_crb/Kconfig.defconfig:132

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config DMA_CAVS
    bool
    default "y" if DMA && BOARD_INTEL_S1000_CRB
    depends on DMA && BOARD_INTEL_S1000_CRB

At drivers/dma/Kconfig.cavs:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:66drivers/dma/Kconfig:62

Menu path: (top menu) → Device Drivers → DMA driver Configuration

menuconfig DMA_CAVS
    bool
    prompt "Enable CAVS DMA driver" if DMA
    depends on DMA
    help
      CAVS DMA driver.

(Definitions include propagated dependencies, including from if’s and menus.)