CONFIG_I2C_GPIO_3

Enable GPIO Bit Bang I2C device 3

Type: bool

Help

This tells the driver to configure the I2C device at boot, depending on the additional configuration options below.

Direct dependencies

I2C_GPIO && I2C

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/i2c/Kconfig.gpio:120

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:40drivers/i2c/Kconfig:24

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

config I2C_GPIO_3
    bool
    prompt "Enable GPIO Bit Bang I2C device 3" if I2C_GPIO && I2C
    depends on I2C_GPIO && I2C
    help
      This tells the driver to configure the I2C device at boot, depending
      on the additional configuration options below.

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