dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST"
authorVinod Koul <vkoul@kernel.org>
Wed, 25 Jul 2018 12:24:08 +0000 (17:54 +0530)
committerVinod Koul <vkoul@kernel.org>
Wed, 25 Jul 2018 12:25:21 +0000 (17:55 +0530)
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>
drivers/dma/Kconfig

index 1f76129..ca1680a 100644 (file)
@@ -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