zephyr/drivers/spi/Kconfig.sedi
Ye Weize 2a86016aff drivers: spi: Add Intel SEDI driver
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>
2023-10-20 14:55:49 +02:00

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