projects
/
GitHub
/
LineageOS
/
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:
d78d6c0
)
dmaengine: jz4780: enable COMPILE_TEST
author
Vinod Koul
<vinod.koul@intel.com>
Fri, 2 Sep 2016 09:57:20 +0000
(15:27 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 16:56:28 +0000
(22:26 +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 51ebc3181cf2587b6bca88be646a365c3872ab9f..56d4c3d0c16039a4604d3e24580a76805e181ec2 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-120,7
+120,7
@@
config DMA_JZ4740
config DMA_JZ4780
tristate "JZ4780 DMA support"
- depends on MACH_JZ4780
+ depends on MACH_JZ4780
|| COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
help