From: Mugunthan V N Date: Mon, 15 Feb 2016 10:01:38 +0000 (+0530) Subject: dma: Kconfig: Add TI_EDMA3 entry X-Git-Tag: v2016.03-rc3~57^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=58da672d49d03e9d7945901e59b9a1174b4f1f67;p=u-boot dma: Kconfig: Add TI_EDMA3 entry Add TI_EDMA3 entry on Kconfig with help description. Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass Reviewed-by: Jagan Teki --- 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"