Message ID | 1385515117-23664-6-git-send-email-laurent.pinchart+renesas@ideasonboard.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ebc6d2d9c8cd |
Delegated to: | Vinod Koul |
Headers | show |
Hi Vinod, Could you please pick this patch up for v3.14 ? On Wednesday 27 November 2013 02:18:27 Laurent Pinchart wrote: > This helps increasing build testing coverage. > > Cc: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> > Cc: Vinod Koul <vinod.koul@intel.com> > Cc: dmaengine@vger.kernel.org > Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> > Acked-by: Simon Horman <horms@verge.net.au> > --- > drivers/dma/sh/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig > index dadd9e01..dc0fe03 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
diff --git a/drivers/dma/sh/Kconfig b/drivers/dma/sh/Kconfig index dadd9e01..dc0fe03 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