b774b97ff9
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>
15 lines
347 B
Plaintext
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
|