8b932fbabc
Add some simple depends so we limit various I2C drivers to the SoC families that the drivers are relevant to. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
11 lines
306 B
Plaintext
11 lines
306 B
Plaintext
# Copyright (c) 2020 ITE Corporation. All Rights Reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config I2C_ITE_IT8XXX2
|
|
bool "ITE IT8XXX2 I2C driver"
|
|
depends on SOC_IT8XXX2
|
|
help
|
|
Enable I2C support on it8xxx2_evb.
|
|
Supported Speeds: 100kHz, 400kHz and 1MHz.
|
|
This driver supports repeated start.
|