zephyr/drivers/dma/Kconfig.sedi
Ning Yang e5d47e91a4 drivers: dma: add init version for dma sedi driver
Add dma sedi driver support

Signed-off-by: Ning Yang <ning.yang@intel.com>
2023-11-02 09:44:30 +01:00

15 lines
393 B
Plaintext

# 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