From: Vinod Koul Date: Wed, 25 Jul 2018 12:24:08 +0000 (+0530) Subject: dmaengine: Revert "dmaengine: mv_xor_v2: enable COMPILE_TEST" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4bcde3a53edd9444dcfbf17b0dbc999fd5b781bf;p=linux.git 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 --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 1f7612920d06a..ca1680afa20ae 100644 --- a/drivers/dma/Kconfig +++ b/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