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>
This commit is contained in:
parent
494ead469e
commit
ebc6d2d9c8
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
config SH_DMAE_BASE
|
config SH_DMAE_BASE
|
||||||
bool "Renesas SuperH DMA Engine support"
|
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
|
depends on !SH_DMA_API
|
||||||
default y
|
default y
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
|
|
Loading…
Reference in New Issue