]> git.sur5r.net Git - u-boot/blobdiff - drivers/dma/Kconfig
serial: ns16550: Add reset ctrl to driver
[u-boot] / drivers / dma / Kconfig
index 1b92c7789d4f53dad0569542ef8a853788e334f5..4ee6afad35ed7ad9da38825dc6c101d702c6fdd1 100644 (file)
@@ -19,4 +19,19 @@ config TI_EDMA3
          This driver support data transfer between memory
          regions.
 
+config APBH_DMA
+       bool "Support APBH DMA"
+       depends on MX23 || MX28 || MX6 || MX7
+       help
+         Enable APBH DMA driver.
+
+if APBH_DMA
+config APBH_DMA_BURST
+       bool "Enable DMA BURST"
+
+config APBH_DMA_BURST8
+       bool "Enable DMA BURST8"
+
+endif
+
 endmenu # menu "DMA Support"