Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
393 B

# Intel sedi DMA configuration options
# Copyright (c) 2023 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config DMA_SEDI
bool "SEDI DMA driver"
select DMA_64BIT
default y
depends on DT_HAS_INTEL_SEDI_DMA_ENABLED
help
This option enables the Intel SEDI DMA driver.
This driver is simply a shim driver built upon the SEDI
bare metal DMA driver in the hal-intel module