]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - drivers/dma/Kconfig
7c6f2f4b008d2e6167c286d0e2ab8936daf08274
[karo-tx-uboot.git] / drivers / dma / Kconfig
1 config APBH_DMA
2         bool "Freescale MXS and i.MX6 APBH DMA support"
3         depends on SOC_MX28 || SOC_MX6
4
5 config APBH_DMA_BURST
6         bool "Enable DMA burst mode"
7         default y
8         depends on APBH_DMA
9
10 config APBH_DMA_BURST8
11         bool "Use 8-beat DMA bursts"
12         default y
13         depends on APBH_DMA_BURST