:orphan: .. title:: CONFIG_I2C_BITBANG .. kconfig:: CONFIG_I2C_BITBANG CONFIG_I2C_BITBANG ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Enable library used for software driven (bit banging) I2C support Direct dependencies =================== \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`I2C_GPIO ` - \ :kconfig:`I2C_SBCON ` - \ :kconfig:`I2C_LITEX ` Kconfig definition ================== At ``/i2c/Kconfig:114`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig 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.)*