:orphan: .. title:: I2C_ITE_IT8XXX2 .. option:: CONFIG_I2C_ITE_IT8XXX2 *ITE IT8XXX2 I2C driver* Type: ``bool`` Help ==== .. code-block:: none Enable I2C support on it8xxx2_evb. Supported Speeds: 100kHz, 400kHz and 1MHz. This driver supports repeated start. Direct dependencies =================== \ :option:`SOC_IT8XXX2 ` && \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/i2c/Kconfig.it8xxx2:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:40`` → ``/i2c/Kconfig:35`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*