aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2016-09-02 16:00:41 +0530
committerVinod Koul <vinod.koul@intel.com>2016-09-26 22:32:48 +0530
commit1609db6f088eed4a0821641cb6d17ae0e79c779a (patch)
tree2c03c360dfcfedbb8c4269badb4a04876927a2a2 /drivers/dma/Kconfig
parentdmaengine: s3c24xx: fix pointer cast warnings (diff)
downloadlinux-dev-1609db6f088eed4a0821641cb6d17ae0e79c779a.tar.xz
linux-dev-1609db6f088eed4a0821641cb6d17ae0e79c779a.zip
dmaengine: s3c24xx: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver. Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig2
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