1#
2# Copyright (c) 2023 Intel Corporation
3#
4# SPDX-License-Identifier: Apache-2.0
5#
6
7config I2C_SEDI
8	bool "Intel SEDI I2C Driver"
9	default y
10	depends on DT_HAS_INTEL_SEDI_I2C_ENABLED
11	help
12	  This option enables the Intel SEDI I2C driver.
13	  This driver is simply a shim driver built upon the SEDI
14	  bare metal I2C driver in the hal-intel module
15