dmaengine: sa11x0: enable COMPILE_TEST
authorVinod Koul <vinod.koul@intel.com>
Fri, 2 Sep 2016 10:01:42 +0000 (15:31 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 26 Sep 2016 16:59:31 +0000 (22:29 +0530)
To get more coverage, enable COMPILE_TEST for this driver.

Acked-by: Russell King <rmk+kernel@armlinux.org.uk>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/Kconfig

index 29919ae..1092a4d 100644 (file)
@@ -137,7 +137,7 @@ config DMA_OMAP
 
 config DMA_SA11X0
        tristate "SA-11x0 DMA support"
-       depends on ARCH_SA1100
+       depends on ARCH_SA1100 || COMPILE_TEST
        select DMA_ENGINE
        select DMA_VIRTUAL_CHANNELS
        help