From: Laurent Pinchart Date: Mon, 12 May 2014 23:02:16 +0000 (+0200) Subject: dmaengine: shdma: Enable driver compilation with COMPILE_TEST X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ebc6d2d9c8cd48c351da84dd467c0edddc149ded;p=linux-beck.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 b4c813831006..0f719816c91b 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