From: Vinod Koul Date: Fri, 2 Sep 2016 10:30:41 +0000 (+0530) Subject: dmaengine: s3c24xx: enable COMPILE_TEST X-Git-Tag: v4.9-rc1~102^2~17^2~15 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1609db6f088eed4a0821641cb6d17ae0e79c779a;p=karo-tx-linux.git dmaengine: s3c24xx: enable COMPILE_TEST To get more coverage, enable COMPILE_TEST for this driver. Reviewed-by: Krzysztof Kozlowski Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index a86578fdbfc3..1bf84f246868 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -450,7 +450,7 @@ config STM32_DMA config S3C24XX_DMAC bool "Samsung S3C24XX DMA support" - depends on ARCH_S3C24XX + depends on ARCH_S3C24XX || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help