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:
1609db6
)
dmaengine: timb-dma: enable COMPILE_TEST
author
Vinod Koul
<vinod.koul@intel.com>
Fri, 2 Sep 2016 10:37:05 +0000
(16:07 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 17:06:39 +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 1bf84f2468682f0b076b408c490de57c6a80cad4..b6116c82531f2d898ae43e982f009e020b931f88 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-496,7
+496,7
@@
config TEGRA210_ADMA
config TIMB_DMA
tristate "Timberdale FPGA DMA support"
- depends on MFD_TIMBERDALE
+ depends on MFD_TIMBERDALE
|| COMPILE_TEST
select DMA_ENGINE
help
Enable support for the Timberdale FPGA DMA engine.