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