-
CONFIG_I2S_CAVS_DMA_NAME
¶
DMA device name
Type: string
Help¶
Name of the DMA device this device driver can use.
Default¶
“DMA_0”
Kconfig definition¶
At <Zephyr>/drivers/i2s/Kconfig.cavs:16
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:42
→ <Zephyr>/drivers/i2s/Kconfig:28
Menu path: (Top) → Device Drivers → I2S bus drivers → Intel I2S (SSP) Bus Driver
config I2S_CAVS_DMA_NAME string "DMA device name" default "DMA_0" depends onI2S_CAVS
&&I2S
help Name of the DMA device this device driver can use.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)