:orphan: .. title:: I2S_STM32_RX_BLOCK_COUNT .. option:: CONFIG_I2S_STM32_RX_BLOCK_COUNT *RX queue length* Type: ``int`` Direct dependencies =================== \ :option:`I2S_STM32 ` && \ :option:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.stm32:16`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → STM32 MCU I2S controller driver .. parsed-literal:: config I2S_STM32_RX_BLOCK_COUNT int "RX queue length" default 4 depends on \ :option:`I2S_STM32 ` && \ :option:`I2S ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*