summaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2016-02-15 15:31:38 +0530
committerJagan Teki <jteki@openedev.com>2016-02-23 16:14:45 +0530
commit58da672d49d03e9d7945901e59b9a1174b4f1f67 (patch)
tree52c8a4c876d35171bf79beb078fa6627e3580f83 /drivers/dma
parenta0594cefb7682dc0c32084d088b3ac0a85ed7395 (diff)
downloadblackbird-obmc-uboot-58da672d49d03e9d7945901e59b9a1174b4f1f67.tar.gz
blackbird-obmc-uboot-58da672d49d03e9d7945901e59b9a1174b4f1f67.zip
dma: Kconfig: Add TI_EDMA3 entry
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>
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 58cb6e9531..1b92c7789d 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -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"
OpenPOWER on IntegriCloud