diff options
author | Vinod Koul <[email protected]> | 2016-09-02 16:00:41 +0530 |
---|---|---|
committer | Vinod Koul <[email protected]> | 2016-09-26 22:32:48 +0530 |
commit | 1609db6f088eed4a0821641cb6d17ae0e79c779a (patch) | |
tree | 2c03c360dfcfedbb8c4269badb4a04876927a2a2 | |
parent | 9d0c6f2506c5a1ce0fb66e202c639688ec8c757f (diff) |
dmaengine: s3c24xx: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Reviewed-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Vinod Koul <[email protected]>
-rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |