The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_I2C_GPIO

GPIO bit banging I2C support

Type: bool

Help

Enable software driven (bit banging) I2C support using GPIO pins

Direct dependencies

I2C

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

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/i2c/Kconfig.gpio:7

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

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

config I2C_GPIO
    bool
    prompt "GPIO bit banging I2C support" if I2C
    select I2C_BITBANG if I2C
    depends on I2C
    help
      Enable software driven (bit banging) I2C support using GPIO pins

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