2020-12-22 21:29:02 +08:00
|
|
|
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config I2C_ITE_IT8XXX2
|
|
|
|
bool "ITE IT8XXX2 I2C driver"
|
2021-02-11 01:48:02 +08:00
|
|
|
depends on SOC_IT8XXX2
|
2020-12-22 21:29:02 +08:00
|
|
|
help
|
|
|
|
Enable I2C support on it8xxx2_evb.
|
|
|
|
Supported Speeds: 100kHz, 400kHz and 1MHz.
|
|
|
|
This driver supports repeated start.
|