mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-08-22 00:42:01 +02:00

Register ptdma queue to Linux dmaengine framework as general-purpose DMA channels. Signed-off-by: Sanjay R Mehta <sanju.mehta@amd.com> Link: https://lore.kernel.org/r/1629208559-51964-3-git-send-email-Sanju.Mehta@amd.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
541 B
541 B
SPDX-License-Identifier: GPL-2.0-only
config AMD_PTDMA tristate "AMD PassThru DMA Engine" depends on X86_64 && PCI select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help Enable support for the AMD PTDMA controller. This controller provides DMA capabilities to perform high bandwidth memory to memory and IO copy operations. It performs DMA transfer through queue-based descriptor management. This DMA controller is intended to be used with AMD Non-Transparent Bridge devices and not for general purpose peripheral DMA.