]> git.sur5r.net Git - u-boot/blobdiff - drivers/dma/Kconfig
pinctrl: imx6: support i.MX6ULL
[u-boot] / drivers / dma / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..1b92c7789d4f53dad0569542ef8a853788e334f5 100644 (file)
@@ -0,0 +1,22 @@
+menu "DMA Support"
+
+config DMA
+       bool "Enable Driver Model for DMA drivers"
+       depends on DM
+       help
+         Enable driver model for DMA. DMA engines can do
+         asynchronous data transfers without involving the host
+         CPU. Currently, this framework can be used to offload
+         memory copies to and from devices like qspi, ethernet
+         etc Drivers provide methods to access the DMA devices
+         buses that is used to transfer data to and from memory.
+         The uclass interface is defined in include/dma.h.
+
+config TI_EDMA3
+       bool "TI EDMA3 driver"
+       help
+         Enable the TI EDMA3 driver for DRA7xx and AM43xx evms.
+         This driver support data transfer between memory
+         regions.
+
+endmenu # menu "DMA Support"