brintos

brintos / linux-shallow public Read only

0
0
Text · 541 B · b430edd Raw
14 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config AMD_PTDMA3	tristate  "AMD PassThru DMA Engine"4	depends on X86_64 && PCI5	select DMA_ENGINE6	select DMA_VIRTUAL_CHANNELS7	help8	  Enable support for the AMD PTDMA controller. This controller9	  provides DMA capabilities to perform high bandwidth memory to10	  memory and IO copy operations. It performs DMA transfer through11	  queue-based descriptor management. This DMA controller is intended12	  to be used with AMD Non-Transparent Bridge devices and not for13	  general purpose peripheral DMA.14