:orphan: .. title:: I2S_LITEX .. option:: CONFIG_I2S_LITEX *Litex I2S driver* Type: ``bool`` Help ==== .. code-block:: none Enable Litex Inter Sound (I2S) bus driver. Direct dependencies =================== \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`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:32`` → ``/Kconfig:42`` → ``/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.)*