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