:orphan: .. title:: CONFIG_I2C_ESP32 .. kconfig:: CONFIG_I2C_ESP32 CONFIG_I2C_ESP32 ################ *ESP32 I2C* Type: ``bool`` Help ==== .. code-block:: none Enables the ESP32 I2C driver Direct dependencies =================== \ :kconfig:`SOC_ESP32 ` && \ :kconfig:`I2C ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`GPIO_ESP32 ` Kconfig definition ================== At ``/i2c/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:42`` → ``/i2c/Kconfig:30`` Menu path: (Top) → Device Drivers → I2C Drivers .. code-block:: kconfig menuconfig I2C_ESP32 bool "ESP32 I2C" select GPIO_ESP32 depends on SOC_ESP32 && I2C help Enables the ESP32 I2C driver *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*