xref: /openbmc/u-boot/drivers/dma/Kconfig (revision 58da672d)
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
15*58da672dSMugunthan V Nconfig TI_EDMA3
16*58da672dSMugunthan V N	bool "TI EDMA3 driver"
17*58da672dSMugunthan V N	help
18*58da672dSMugunthan V N	  Enable the TI EDMA3 driver for DRA7xx and AM43xx evms.
19*58da672dSMugunthan V N	  This driver support data transfer between memory
20*58da672dSMugunthan V N	  regions.
21*58da672dSMugunthan V N
22a0594cefSMugunthan V Nendmenu # menu "DMA Support"
23