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:
c5df357
)
dmaengine: omap-dma: enable COMPILE_TEST
author
Peter Ujfalusi
<peter.ujfalusi@ti.com>
Wed, 21 Sep 2016 12:41:34 +0000
(15:41 +0300)
committer
Vinod Koul
<vinod.koul@intel.com>
Wed, 28 Sep 2016 03:24:36 +0000
(08:54 +0530)
To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
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 3b70abe5b2010f1a3bb004136d772638cc5020ea..7ba90d2d65c4aaaff0bf1c216006cafc212fc63d 100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-130,7
+130,7
@@
config DMA_JZ4780
config DMA_OMAP
tristate "OMAP DMA support"
- depends on ARCH_OMAP
+ depends on ARCH_OMAP
|| COMPILE_TEST
select DMA_ENGINE
select DMA_VIRTUAL_CHANNELS
select TI_DMA_CROSSBAR if SOC_DRA7XX