[U-Boot] [PATCH 2/6] dma: Kconfig: Add TI_EDMA3 entry
Mugunthan V N
mugunthanvnm at ti.com
Tue Dec 1 12:13:14 CET 2015
Add TI_EDMA3 entry on Kconfig with help description.
Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
---
drivers/dma/Kconfig | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index af15199..1e2a8e1 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -12,4 +12,11 @@ config DM_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"
--
2.6.3.368.gf34be46
More information about the U-Boot
mailing list