From: Vinod Koul Date: Fri, 2 Sep 2016 10:01:42 +0000 (+0530) Subject: dmaengine: sa11x0: enable COMPILE_TEST X-Git-Tag: v4.9-rc1~102^2~17^2~26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6947c3f2870281961225b070c22ae5a382e36b6b;p=karo-tx-linux.git dmaengine: sa11x0: enable COMPILE_TEST To get more coverage, enable COMPILE_TEST for this driver. Acked-by: Russell King Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 29919ae00381..1092a4dc0af1 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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