From: Vinod Koul Date: Fri, 2 Sep 2016 09:55:11 +0000 (+0530) Subject: dmaengine: jz4740: enable COMPILE_TEST X-Git-Tag: v4.9-rc1~102^2~17^2~37 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d78d6c073a43dd9c6050c1df9921f238eb25ee5d;p=karo-tx-linux.git dmaengine: jz4740: enable COMPILE_TEST To get more coverage, enable COMPILE_TEST for this driver. Acked-by: Lars-Peter Clausen Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 739f797b40d9..51ebc3181cf2 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -114,7 +114,7 @@ config DMA_BCM2835 config DMA_JZ4740 tristate "JZ4740 DMA support" - depends on MACH_JZ4740 + depends on MACH_JZ4740 || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS