:orphan: .. title:: CONFIG_I2S_NRFX_RX_BLOCK_COUNT .. kconfig:: CONFIG_I2S_NRFX_RX_BLOCK_COUNT CONFIG_I2S_NRFX_RX_BLOCK_COUNT ############################## *RX queue length* Type: ``int`` Direct dependencies =================== \ :kconfig:`I2S_NRFX ` && \ :kconfig:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== At ``/i2s/Kconfig.nrfx:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → nRF I2S nrfx driver .. code-block:: kconfig config I2S_NRFX_RX_BLOCK_COUNT int "RX queue length" default 4 depends on I2S_NRFX && I2S *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*