:orphan: .. title:: I2S_LITEX_TX_BLOCK_COUNT .. option:: CONFIG_I2S_LITEX_TX_BLOCK_COUNT *TX queue length* Type: ``int`` Direct dependencies =================== \ :option:`I2S_LITEX ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 500 Kconfig definition ================== At ``/i2s/Kconfig.litex:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:42`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Litex I2S driver .. code-block:: kconfig config I2S_LITEX_TX_BLOCK_COUNT int "TX queue length" default 500 depends on I2S_LITEX && I2S *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*