CONFIG_I2S_CAVS_TX_BLOCK_COUNT

TX queue length

Type: int

Help

The maximum number of blocks that can be accommodated in the Tx queue.

Direct dependencies

I2S_CAVS && I2S

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/i2s/Kconfig.cavs:18

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:42drivers/i2s/Kconfig:39

Menu path: (top menu) → Device Drivers → I2S bus drivers → Intel I2S (SSP) Bus Driver

config I2S_CAVS_TX_BLOCK_COUNT
    int
    prompt "TX queue length" if I2S_CAVS && I2S
    default 4 if I2S_CAVS && I2S
    depends on I2S_CAVS && I2S
    help
      The maximum number of blocks that can be accommodated in the Tx queue.

(Definitions include propagated dependencies, including from if’s and menus.)