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