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

DMA RX channel

Type: int

Help

DMA channel number to use for I2S3 RX transfer.

Direct dependencies

I2S_CAVS && I2S

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

Defaults

Kconfig definition

At drivers/i2s/Kconfig.cavs:70

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

Menu path: (top menu) → Device Drivers → I2S bus drivers → Intel I2S (SSP) Bus Driver

config I2S_CAVS_3_DMA_RX_CHANNEL
    int
    prompt "DMA RX channel" if I2S_CAVS && I2S
    default 7 if I2S_CAVS && I2S
    depends on I2S_CAVS && I2S
    help
      DMA channel number to use for I2S3 RX transfer.

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