-
CONFIG_I2C_ESP32
¶
ESP32 I2C
Type: bool
Help¶
Enables the ESP32 I2C driver
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
GPIO_ESP32
ifSOC_ESP32
&&I2C
Kconfig definition¶
At drivers/i2c/Kconfig.esp32:9
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:38
→ drivers/i2c/Kconfig:22
Menu path: (top menu) → Device Drivers → I2C Drivers
menuconfig I2C_ESP32 bool prompt "ESP32 I2C" ifSOC_ESP32
&&I2C
selectGPIO_ESP32
ifSOC_ESP32
&&I2C
depends onSOC_ESP32
&&I2C
help Enables the ESP32 I2C driver
(Definitions include propagated dependencies, including from if’s and menus.)