summaryrefslogtreecommitdiff
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-02 09:57:20 (GMT)
committerVinod Koul <vinod.koul@intel.com>2016-09-26 16:56:28 (GMT)
commita952b28788b5356780447ba23e89ea7365b19a1f (patch)
tree133d017ddf2d713198b6c8f4124634d832211372 /drivers/dma/Kconfig
parentd78d6c073a43dd9c6050c1df9921f238eb25ee5d (diff)
downloadlinux-a952b28788b5356780447ba23e89ea7365b19a1f.tar.xz
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 51ebc31..56d4c3d 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