]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/dma/Kconfig
karo: merge with Ka-Ro specific tree for secure boot support
[karo-tx-uboot.git] / drivers / dma / Kconfig
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..25cc5f80c8723a42be1480a6bdaf39ddfc2711d6 100644 (file)
@@ -0,0 +1,14 @@
+config APBH_DMA
+       bool "Freescale MXS and i.MX6 APBH DMA support"
+       default y
+       depends on MX28 || 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