summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-02 15:27:20 +0530
committerVinod Koul <vinod.koul@intel.com>2016-09-26 22:26:28 +0530
commita952b28788b5356780447ba23e89ea7365b19a1f (patch)
tree133d017ddf2d713198b6c8f4124634d832211372 /drivers/dma/Kconfig
parentd78d6c073a43dd9c6050c1df9921f238eb25ee5d (diff)
dmaengine: jz4780: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver. Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 51ebc3181cf2..56d4c3d0c160 100644
--- 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