mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
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>
This commit is contained in:
committed by
Jagan Teki
parent
a0594cefb7
commit
58da672d49
@@ -12,4 +12,11 @@ config DMA
|
|||||||
buses that is used to transfer data to and from memory.
|
buses that is used to transfer data to and from memory.
|
||||||
The uclass interface is defined in include/dma.h.
|
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"
|
endmenu # menu "DMA Support"
|
||||||
|
Reference in New Issue
Block a user