:orphan: .. title:: I2S_CAVS_2_DMA_TX_CHANNEL .. option:: CONFIG_I2S_CAVS_2_DMA_TX_CHANNEL *DMA TX channel* Type: ``int`` Help ==== DMA channel number to use for I2S2 TX transfer. Direct dependencies =================== \ :option:`I2S_CAVS ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.cavs:46`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:38`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Intel I2S (SSP) Bus Driver .. parsed-literal:: config I2S_CAVS_2_DMA_TX_CHANNEL int "DMA TX channel" default 4 depends on \ :option:`I2S_CAVS ` && \ :option:`I2S ` help DMA channel number to use for I2S2 TX transfer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*