1# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
2# SPDX-License-Identifier: Apache-2.0
3
4config I2C_ITE_IT8XXX2
5	bool "ITE IT8XXX2 I2C driver"
6	depends on SOC_IT8XXX2
7	help
8	  Enable I2C support on it8xxx2_evb.
9	  Supported Speeds: 100kHz, 400kHz and 1MHz.
10	  This driver supports repeated start.
11