CONFIG_I2C_GPIO
GPIO bit banging I2C support
Type: bool
Help
Enable software driven (bit banging) I2C support using GPIO pins
Direct dependencies
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol
Kconfig definition
At <Zephyr>/drivers/i2c/Kconfig.gpio:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:42
→ <Zephyr>/drivers/i2c/Kconfig:38
Menu path: (Top) → Device Drivers → I2C Drivers
config I2C_GPIO
bool "GPIO bit banging I2C support"
select I2C_BITBANG
depends on I2C
help
Enable software driven (bit banging) I2C support using GPIO pins
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)