zephyr/drivers/i2c/Kconfig.andes_atciic100
Wei-Tai Lee 0f8d12d4ed drivers: i2c: add Andes atciic100 driver
Add I2C driver for Andes atciic100. Driver supports I2C target mode and
tested on adp_xc7k_ae350 in runtime.

Signed-off-by: Wei-Tai Lee <wtlee@andestech.com>
2022-09-01 10:29:12 +02:00

14 lines
326 B
Plaintext

# Kconfig Andes ATCIIC100 configuration option
#
# Copyright (c) 2022 Andes Technology Corporation.
#
# SPDX-License-Identifier: Apache-2.0
#
config I2C_ANDES_ATCIIC100
bool "Andes ATCIIC100 I2C driver"
default y
depends on DT_HAS_ANDESTECH_ATCIIC100_ENABLED
help
Enable driver for the Andes ATCIIC100 I2C controller.