-
CONFIG_I2C_BITBANG
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Enable library used for software driven (bit banging) I2C support
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/i2c/Kconfig:111
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:40
Menu path: (Top) → Device Drivers → I2C Drivers
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.)