projects
/
karo-tx-uboot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
update to 2015.04-rc1
[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 MX28 || 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