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

CONFIG_I2C_BITBANG

(No prompt – not directly user assignable.)

Type: bool

Help

Enable library used for software driven (bit banging) I2C support

Direct dependencies

I2C

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At drivers/i2c/Kconfig:114

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:42

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

config I2C_BITBANG
    bool
    depends on I2C
    help
      Enable library used for software driven (bit banging) I2C support

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