dmaengine: ep93xx: enable COMPILE_TEST
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Sep 2016 10:08:43 +0000 (15:38 +0530)
committerVinod 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

index 1092a4d..3ee0b3c 100644 (file)
@@ -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.