From: Hanna Hawa Date: Tue, 17 Jul 2018 10:30:03 +0000 (+0300) Subject: dmaengine: mv_xor_v2: enable COMPILE_TEST X-Git-Tag: for-linus-20180825~44^2~7^2~2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=31d5e6b72439c188ccf09c0b2ba5a7a6d4db9582;p=linux-block.git dmaengine: mv_xor_v2: enable COMPILE_TEST To get more coverage, enable COMPILE_TEST for this driver. Signed-off-by: Hanna Hawa Reviewed-by: Thomas Petazzoni Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ca1680afa20a..1f7612920d06 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 + depends on ARM64 || COMPILE_TEST select DMA_ENGINE select DMA_ENGINE_RAID select ASYNC_TX_ENABLE_CHANNEL_SWITCH