-
CONFIG_I2C_GPIO
¶
GPIO bit banging I2C support
Type: bool
Help¶
Enable software driven (bit banging) I2C support using GPIO pins
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
I2C_BITBANG
ifI2C
Kconfig definition¶
At drivers/i2c/Kconfig.gpio:7
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:40
→ drivers/i2c/Kconfig:24
Menu path: (top menu) → Device Drivers → I2C Drivers
config I2C_GPIO bool prompt "GPIO bit banging I2C support" ifI2C
selectI2C_BITBANG
ifI2C
depends onI2C
help Enable software driven (bit banging) I2C support using GPIO pins
(Definitions include propagated dependencies, including from if’s and menus.)