145673d57a
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>
17 lines
379 B
Plaintext
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.
|