]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/dma/Kconfig
dma: apbh: let APBH_DMA be selected, instead of enabling it by default
[karo-tx-uboot.git] / drivers / dma / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..7c6f2f4b008d2e6167c286d0e2ab8936daf08274 100644 (file)
@@ -0,0 +1,13 @@
+config APBH_DMA
+       bool "Freescale MXS and i.MX6 APBH DMA support"
+       depends on SOC_MX28 || SOC_MX6
+
+config APBH_DMA_BURST
+       bool "Enable DMA burst mode"
+       default y
+       depends on APBH_DMA
+
+config APBH_DMA_BURST8
+       bool "Use 8-beat DMA bursts"
+       default y
+       depends on APBH_DMA_BURST