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: v3.16-rc1~60^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebc6d2d9c8cd48c351da84dd467c0edddc149ded;p=thirdparty%2Fkernel%2Flinux.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 --- diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index b4c813831006e..0f719816c91bf 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