projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734aeef
)
MLK-11566-1 dma: add MXS_DMA for all i.mx6 SOC
author
Anson Huang
<b20788@freescale.com>
Fri, 18 Sep 2015 15:51:15 +0000
(23:51 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:46 +0000
(14:48 -0500)
Enable MSX_DMA for all i.MX6 SOCs.
Signed-off-by: Anson Huang <b20788@freescale.com>
(cherry picked from commit
70e7d05ca89fff0d4c8515cd3933b23082bb2eaf
)
drivers/dma/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index
5c94dda
..
0f22dc7
100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-354,7
+354,7
@@
config MV_XOR_V2
config MXS_DMA
bool "MXS DMA support"
- depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6
Q || SOC_IMX6UL
+ depends on SOC_IMX23 || SOC_IMX28 || SOC_IMX6
select STMP_DEVICE
select DMA_ENGINE
help