Browse Source

dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"

This reverts commit 31d5e6b72439: ("dmaengine: mv_xor_v2: enable
COMPILE_TEST") as enabling causing bunch of build failures.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Vinod Koul 7 years ago
parent
commit
4bcde3a53e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/dma/Kconfig

+ 1 - 1
drivers/dma/Kconfig

@@ -366,7 +366,7 @@ config MV_XOR
 
 config MV_XOR_V2
 	bool "Marvell XOR engine version 2 support "
-	depends on ARM64 || COMPILE_TEST
+	depends on ARM64
 	select DMA_ENGINE
 	select DMA_ENGINE_RAID
 	select ASYNC_TX_ENABLE_CHANNEL_SWITCH