:orphan: .. title:: I2S_LITEX .. option:: CONFIG_I2S_LITEX *Litex I2S driver* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/i2s/Kconfig.litex:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:42`` → ``drivers/i2s/Kconfig:28`` Menu path: (Top) → Device Drivers → I2S bus drivers .. parsed-literal:: menuconfig I2S_LITEX bool "Litex I2S driver" depends on \ :option:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :option:`I2S ` help Enable Litex Inter Sound (I2S) bus driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*