projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aa258a
)
dmaengine: zxdma: enable COMPILE_TEST
author
Vinod Koul
<vinod.koul@intel.com>
Fri, 2 Sep 2016 10:40:07 +0000
(16:10 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 17:06:40 +0000
(22:36 +0530)
To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index b6116c82531f2d898ae43e982f009e020b931f88..674e6859086ba5ad1b47ae5c8e0ff8fc917ef493 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-560,7
+560,7
@@
config XILINX_ZYNQMP_DMA
config ZX_DMA
tristate "ZTE ZX296702 DMA support"
- depends on ARCH_ZX
+ depends on ARCH_ZX
|| COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help