zephyr/drivers/i2c/Kconfig.sedi
Dong Wang b774b97ff9 drivers: i2c: Add Intel SEDI driver
Adds a new I2C shim driver for Intel SoCs. Builds upon the SEDI bare
metal I2C driver in the hal-intel module.

Signed-off-by: Dong Wang <dong.d.wang@intel.com>
2023-08-04 10:46:24 +02:00

15 lines
347 B
Plaintext

#
# Copyright (c) 2023 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#
config I2C_SEDI
bool "Intel SEDI I2C Driver"
default y
depends on DT_HAS_INTEL_SEDI_I2C_ENABLED
help
This option enables the Intel SEDI I2C driver.
This driver is simply a shim driver built upon the SEDI
bare metal I2C driver in the hal-intel module