:orphan: .. title:: I2C_BITBANG .. option:: CONFIG_I2C_BITBANG *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable library used for software driven (bit banging) I2C support Direct dependencies =================== \ :option:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`I2C_GPIO ` - \ :option:`I2C_SBCON ` - \ :option:`I2C_LITEX ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig:110`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:40`` Menu path: (Top) → Device Drivers → I2C Drivers .. parsed-literal:: config I2C_BITBANG bool depends on \ :option:`I2C ` help Enable library used for software driven (bit banging) I2C support *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*