zephyr/drivers/i2c/Kconfig.xec
Scott Worley 145673d57a Microchip: MEC172x: I2C driver
Microchip MEC172x series I2C driver implementing controller
and target modes. The driver implemenents its own I2C port
pin control functions and does not depended upon pinmux. Future
updates will make use of PINCTRL when that subystem is finalized.

Signed-off-by: Scott Worley <scott.worley@microchip.com>
2021-08-25 13:07:45 -04:00

17 lines
379 B
Plaintext

# Microchip XEC I2C configuration options
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config I2C_XEC
bool "XEC Microchip I2C driver"
depends on SOC_SERIES_MEC1501X
help
Enable the Microchip XEC I2C driver.
config I2C_XEC_V2
bool "XEC Microchip I2C driver"
depends on SOC_SERIES_MEC172X
help
Enable the Microchip XEC I2C V2 driver.