dmaengine: jz4780: enable COMPILE_TEST
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Sep 2016 09:57:20 +0000 (15:27 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Sep 2016 16:56:28 +0000 (22:26 +0530)
To get more coverage, enable COMPILE_TEST for this driver.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig

index 51ebc31..56d4c3d 100644 (file)
@@ -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