From: Hanna Hawa <[email protected]> To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Hanna Hawa <[email protected]> Reviewed-by: Thomas Petazzoni <[email protected]> --- drivers/dma/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index ca1680a..1f76129 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 -- 1.9.1

