dmaengine: timb-dma: enable COMPILE_TEST
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Sep 2016 10:37:05 +0000 (16:07 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Sep 2016 17:06:39 +0000 (22:36 +0530)
To get more coverage, enable COMPILE_TEST for this driver.

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

index 1bf84f2..b6116c8 100644 (file)
@@ -496,7 +496,7 @@ config TEGRA210_ADMA
 
 config TIMB_DMA
        tristate "Timberdale FPGA DMA support"
-       depends on MFD_TIMBERDALE
+       depends on MFD_TIMBERDALE || COMPILE_TEST
        select DMA_ENGINE
        help
          Enable support for the Timberdale FPGA DMA engine.