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

DMA device name

Type: string

Help

Name of the DMA device this device driver can use.

Direct dependencies

I2S_SAM_SSC && I2S

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

Defaults

Kconfig definition

At drivers/i2s/Kconfig.sam_ssc:34

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:40drivers/i2s/Kconfig:29

Menu path: (top menu) → Device Drivers → I2S bus drivers → Atmel SAM MCU family I2S (SSC) Bus Driver

config I2S_SAM_SSC_DMA_NAME
    string
    prompt "DMA device name" if I2S_SAM_SSC && I2S
    default "DMA_0" if I2S_SAM_SSC && I2S
    depends on I2S_SAM_SSC && I2S
    help
      Name of the DMA device this device driver can use.

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