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