From: Laurent Pinchart Date: Mon, 12 May 2014 23:02:16 +0000 (+0200) Subject: dmaengine: shdma: Enable driver compilation with COMPILE_TEST X-Git-Tag: upstream/snapshot3+hdmi~509 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=71b1985df92921e2f6c53d385a7d721f5248b8fb;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git dmaengine: shdma: Enable driver compilation with COMPILE_TEST This helps increasing build testing coverage. Signed-off-by: Laurent Pinchart Acked-by: Simon Horman Signed-off-by: Vinod Koul (cherry picked from commit ebc6d2d9c8cd48c351da84dd467c0edddc149ded) Signed-off-by: Simon Horman --- diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index b4c8138..0f71981 100644 --- a/drivers/dma/sh/Kconfig +++ b/drivers/dma/sh/Kconfig @@ -4,7 +4,7 @@ config SH_DMAE_BASE bool "Renesas SuperH DMA Engine support" - depends on (SUPERH && SH_DMA) || (ARM && ARCH_SHMOBILE) + depends on (SUPERH && SH_DMA) || ARCH_SHMOBILE || COMPILE_TEST depends on !SH_DMA_API default y select DMA_ENGINE