:orphan: .. title:: CONFIG_I2S_LITEX_CHANNELS_CONCATENATED .. kconfig:: CONFIG_I2S_LITEX_CHANNELS_CONCATENATED CONFIG_I2S_LITEX_CHANNELS_CONCATENATED ###################################### *Channels placed without padding in fifo* Type: ``bool`` Direct dependencies =================== \ :kconfig:`I2S_LITEX ` && \ :kconfig:`I2S ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/i2s/Kconfig.litex:23`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers → Litex I2S driver .. code-block:: kconfig config I2S_LITEX_CHANNELS_CONCATENATED bool "Channels placed without padding in fifo" default n depends on I2S_LITEX && I2S *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*