:orphan: .. title:: CONFIG_I2S_LITEX .. kconfig:: CONFIG_I2S_LITEX CONFIG_I2S_LITEX ################ *Litex I2S driver* Type: ``bool`` Help ==== .. code-block:: none Enable Litex Inter Sound (I2S) bus driver. Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`I2S ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2s/Kconfig.litex:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:44`` → ``/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. code-block:: kconfig menuconfig I2S_LITEX bool "Litex I2S driver" depends on SOC_RISCV32_LITEX_VEXRISCV && I2S help Enable Litex Inter Sound (I2S) bus driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*