1a0594cefSMugunthan V Nmenu "DMA Support" 2a0594cefSMugunthan V N 3a0594cefSMugunthan V Nconfig DMA 4a0594cefSMugunthan V N bool "Enable Driver Model for DMA drivers" 5a0594cefSMugunthan V N depends on DM 6a0594cefSMugunthan V N help 7a0594cefSMugunthan V N Enable driver model for DMA. DMA engines can do 8a0594cefSMugunthan V N asynchronous data transfers without involving the host 9a0594cefSMugunthan V N CPU. Currently, this framework can be used to offload 10a0594cefSMugunthan V N memory copies to and from devices like qspi, ethernet 11a0594cefSMugunthan V N etc Drivers provide methods to access the DMA devices 12a0594cefSMugunthan V N buses that is used to transfer data to and from memory. 13a0594cefSMugunthan V N The uclass interface is defined in include/dma.h. 14a0594cefSMugunthan V N 1558da672dSMugunthan V Nconfig TI_EDMA3 1658da672dSMugunthan V N bool "TI EDMA3 driver" 1758da672dSMugunthan V N help 1858da672dSMugunthan V N Enable the TI EDMA3 driver for DRA7xx and AM43xx evms. 1958da672dSMugunthan V N This driver support data transfer between memory 2058da672dSMugunthan V N regions. 2158da672dSMugunthan V N 22*99bec1aeSAdam Fordconfig APBH_DMA 23*99bec1aeSAdam Ford bool "Support APBH DMA" 24*99bec1aeSAdam Ford depends on MX23 || MX28 || MX6 || MX7 25*99bec1aeSAdam Ford help 26*99bec1aeSAdam Ford Enable APBH DMA driver. 27*99bec1aeSAdam Ford 28*99bec1aeSAdam Fordif APBH_DMA 29*99bec1aeSAdam Fordconfig APBH_DMA_BURST 30*99bec1aeSAdam Ford bool "Enable DMA BURST" 31*99bec1aeSAdam Ford 32*99bec1aeSAdam Fordconfig APBH_DMA_BURST8 33*99bec1aeSAdam Ford bool "Enable DMA BURST8" 34*99bec1aeSAdam Ford 35*99bec1aeSAdam Fordendif 36*99bec1aeSAdam Ford 37a0594cefSMugunthan V Nendmenu # menu "DMA Support" 38