-
CONFIG_I2S_SAM_SSC_DMA_NAME
¶
DMA device name
Type: string
Help¶
Name of the DMA device this device driver can use.
Defaults¶
- “DMA_0” if
I2S_SAM_SSC
&&I2S
Kconfig definition¶
At drivers/i2s/Kconfig.sam_ssc:34
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:40
→ drivers/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" ifI2S_SAM_SSC
&&I2S
default "DMA_0" ifI2S_SAM_SSC
&&I2S
depends onI2S_SAM_SSC
&&I2S
help Name of the DMA device this device driver can use.
(Definitions include propagated dependencies, including from if’s and menus.)