projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f913bf
)
dmaengine: ep93xx: enable COMPILE_TEST
author
Vinod Koul
<vinod.koul@intel.com>
Fri, 2 Sep 2016 10:08:43 +0000
(15:38 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Mon, 26 Sep 2016 16:59:44 +0000
(22:29 +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
|
history
diff --git
a/drivers/dma/Kconfig
b/drivers/dma/Kconfig
index
1092a4d
..
3ee0b3c
100644
(file)
--- a/
drivers/dma/Kconfig
+++ b/
drivers/dma/Kconfig
@@
-167,7
+167,7
@@
config DMA_SUN6I
config EP93XX_DMA
bool "Cirrus Logic EP93xx DMA support"
- depends on ARCH_EP93XX
+ depends on ARCH_EP93XX
|| COMPILE_TEST
select DMA_ENGINE
help
Enable support for the Cirrus Logic EP93xx M2P/M2M DMA controller.