diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2016-02-15 15:31:38 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-02-23 16:14:45 +0530 |
commit | 58da672d49d03e9d7945901e59b9a1174b4f1f67 (patch) | |
tree | 52c8a4c876d35171bf79beb078fa6627e3580f83 /drivers/dma | |
parent | a0594cefb7682dc0c32084d088b3ac0a85ed7395 (diff) | |
download | u-boot-imx-58da672d49d03e9d7945901e59b9a1174b4f1f67.zip u-boot-imx-58da672d49d03e9d7945901e59b9a1174b4f1f67.tar.gz u-boot-imx-58da672d49d03e9d7945901e59b9a1174b4f1f67.tar.bz2 |
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 58cb6e9..1b92c77 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" |