The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_I2C_SIFIVE

Sifive I2C driver

Type: bool

Help

Enable I2C support on SiFive Freedom

Direct dependencies

SOC_SERIES_RISCV32_SIFIVE_FREEDOM && HAS_DTS_I2C && I2C

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/i2c/Kconfig.sifive:7

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:38drivers/i2c/Kconfig:28

Menu path: (top menu) → Device Drivers → I2C Drivers

menuconfig I2C_SIFIVE
    bool
    prompt "Sifive I2C driver" if SOC_SERIES_RISCV32_SIFIVE_FREEDOM && HAS_DTS_I2C && I2C
    depends on SOC_SERIES_RISCV32_SIFIVE_FREEDOM && HAS_DTS_I2C && I2C
    help
      Enable I2C support on SiFive Freedom

(Definitions include propagated dependencies, including from if’s and menus.)