:orphan: .. title:: I2S_SAM_SSC_TX_BLOCK_COUNT .. option:: CONFIG_I2S_SAM_SSC_TX_BLOCK_COUNT *TX queue length* Type: ``int`` Direct dependencies =================== \ :option:`I2S_SAM_SSC ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.sam_ssc:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Atmel SAM MCU family I2S (SSC) Bus Driver .. parsed-literal:: config I2S_SAM_SSC_TX_BLOCK_COUNT int "TX queue length" default 4 depends on \ :option:`I2S_SAM_SSC ` && \ :option:`I2S ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*