-
CONFIG_I2C_GPIO_1
¶
Enable GPIO Bit Bang I2C device 1
Type: bool
Help¶
This tells the driver to configure the I2C device at boot, depending on the additional configuration options below.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:47
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:36
→ drivers/i2c/Kconfig:32
Menu path: (Top) → Device Drivers → I2C Drivers → GPIO bit banging I2C support
config I2C_GPIO_1 bool "Enable GPIO Bit Bang I2C device 1" depends onI2C_GPIO
&&I2C
help This tells the driver to configure the I2C device at boot, depending on the additional configuration options below.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)