From: Vinod Koul Date: Fri, 2 Sep 2016 10:37:05 +0000 (+0530) Subject: dmaengine: timb-dma: enable COMPILE_TEST X-Git-Tag: v4.9-rc1~102^2~17^2~14 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=4aa258af6532437910aebb3e8a6d47ffda8c1070;p=linux.git dmaengine: timb-dma: enable COMPILE_TEST To get more coverage, enable COMPILE_TEST for this driver. Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 1bf84f246868..b6116c82531f 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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.