:orphan: .. title:: CONFIG_I2C_LITEX .. kconfig:: CONFIG_I2C_LITEX CONFIG_I2C_LITEX ################ *LiteX I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for Litex I2C driver Direct dependencies =================== \ :kconfig:`SOC_RISCV32_LITEX_VEXRISCV ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`I2C_BITBANG ` Kconfig definition ================== At ``/i2c/Kconfig.litex:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:41`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig config I2C_LITEX bool "LiteX I2C driver" select I2C_BITBANG depends on SOC_RISCV32_LITEX_VEXRISCV && I2C help Enable support for Litex I2C driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*