:orphan: .. title:: I2C_GPIO_0 .. option:: CONFIG_I2C_GPIO_0 *Enable GPIO Bit Bang I2C device 0* Type: ``bool`` Help ==== This tells the driver to configure the I2C device at boot, depending on the additional configuration options below. Direct dependencies =================== \ :option:`I2C_GPIO ` && \ :option:`I2C ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/i2c/Kconfig.gpio:15`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:40`` → ``drivers/i2c/Kconfig:24`` Menu path: (top menu) → Device Drivers → I2C Drivers → GPIO bit banging I2C support .. parsed-literal:: config I2C_GPIO_0 bool prompt "Enable GPIO Bit Bang I2C device 0" if \ :option:`I2C_GPIO ` && \ :option:`I2C ` depends on \ :option:`I2C_GPIO ` && \ :option:`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.)*