:orphan: .. title:: I2S_CAVS_DMA_NAME .. option:: CONFIG_I2S_CAVS_DMA_NAME *DMA device name* Type: ``string`` Help ==== Name of the DMA device this device driver can use. Direct dependencies =================== \ :option:`I2S_CAVS ` && \ :option:`I2S ` *(Includes any dependencies from if's and menus.)* Defaults ======== - "DMA_0" if \ :option:`I2S_CAVS ` && \ :option:`I2S ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.cavs:18`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:29`` Menu path: (top menu) → Device Drivers → I2S bus drivers → Intel I2S (SSP) Bus Driver .. parsed-literal:: config I2S_CAVS_DMA_NAME string prompt "DMA device name" if \ :option:`I2S_CAVS ` && \ :option:`I2S ` default "DMA_0" if \ :option:`I2S_CAVS ` && \ :option:`I2S ` depends on \ :option:`I2S_CAVS ` && \ :option:`I2S ` help Name of the DMA device this device driver can use. *(Definitions include propagated dependencies, including from if's and menus.)*