Commit ebc6d2d9 authored by Laurent Pinchart's avatar Laurent Pinchart Committed by Vinod Koul

dmaengine: shdma: Enable driver compilation with COMPILE_TEST

This helps increasing build testing coverage.
Signed-off-by: default avatarLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Acked-by: default avatarSimon Horman <horms@verge.net.au>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 494ead46
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment