2a86016aff
Add a new SPI shim driver for Intel SoCs. Builds upon the SEDI bare metal SPI driver in the hal-intel module. Co-Authored-By: Kong Li <li.kong@intel.com> Signed-off-by: Ye Weize <weize.ye@intel.com>
15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
#
|
|
# Copyright (c) 2023 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
config SPI_SEDI
|
|
bool "Intel SEDI SPI driver"
|
|
default y
|
|
depends on DT_HAS_INTEL_SEDI_SPI_ENABLED
|
|
help
|
|
This option enables the Intel SEDI SPI driver.
|
|
This driver is simply a shim driver built upon the SEDI
|
|
bare metal SPI driver in the hal-intel module
|