CONFIG_I2C_ITE_IT8XXX2

ITE IT8XXX2 I2C driver

Type: bool

Help

Enable I2C support on it8xxx2_evb.
Supported Speeds: 100kHz, 400kHz and 1MHz.
This driver supports repeated start.

Direct dependencies

(I2C && SOC_SERIES_RISCV32_IT8XXX2) || (I2C && SOC_SERIES_RISCV32_IT8XXX2) || (SOC_IT8XXX2 && I2C)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config I2C_ITE_IT8XXX2
    bool
    default y
    depends on I2C && SOC_SERIES_RISCV32_IT8XXX2

At <Zephyr>/soc/riscv/riscv-ite/it8xxx2/Kconfig.defconfig.series:59

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/riscv/riscv-ite/Kconfig.defconfig:4

Menu path: (Top)

config I2C_ITE_IT8XXX2
    bool
    default y
    depends on I2C && SOC_SERIES_RISCV32_IT8XXX2

At <Zephyr>/drivers/i2c/Kconfig.it8xxx2:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:42<Zephyr>/drivers/i2c/Kconfig:42

Menu path: (Top) → Device Drivers → I2C Drivers

config I2C_ITE_IT8XXX2
    bool "ITE IT8XXX2 I2C driver"
    depends on SOC_IT8XXX2 && I2C
    help
      Enable I2C support on it8xxx2_evb.
      Supported Speeds: 100kHz, 400kHz and 1MHz.
      This driver supports repeated start.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)