1# ESP32 I2C configuration options 2 3# Copyright (c) 2017 Intel Corporation 4# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd. 5# SPDX-License-Identifier: Apache-2.0 6 7config I2C_ESP32 8 bool "ESP32 I2C driver" 9 default y 10 depends on DT_HAS_ESPRESSIF_ESP32_I2C_ENABLED 11 select GPIO_ESP32 12 help 13 Enables the ESP32 I2C driver 14