diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2014-05-13 03:02:16 +0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-06-01 21:26:31 +0400 |
commit | ebc6d2d9c8cd48c351da84dd467c0edddc149ded (patch) | |
tree | 9ccfdcc27165a140d9fa2b56aacd174cf580935a /drivers/dma/sh | |
parent | 494ead469e1b0db060a96627c879fb444fe3970a (diff) | |
download | linux-ebc6d2d9c8cd48c351da84dd467c0edddc149ded.tar.xz |
dmaengine: shdma: Enable driver compilation with COMPILE_TEST
This helps increasing build testing coverage.
Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/sh')
-rw-r--r-- | drivers/dma/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |