]> git.sur5r.net Git - u-boot/commitdiff
dma: Kconfig: Add TI_EDMA3 entry
authorMugunthan V N <mugunthanvnm@ti.com>
Mon, 15 Feb 2016 10:01:38 +0000 (15:31 +0530)
committerJagan Teki <jteki@openedev.com>
Tue, 23 Feb 2016 10:44:45 +0000 (16:14 +0530)
Add TI_EDMA3 entry on Kconfig with help description.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jteki@openedev.com>
drivers/dma/Kconfig

index 58cb6e953131b2eb1d35f68f094ea8e0fb65802d..1b92c7789d4f53dad0569542ef8a853788e334f5 100644 (file)
@@ -12,4 +12,11 @@ config DMA
          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"