diff options
author | Hanna Hawa <hannah@marvell.com> | 2018-07-17 13:30:03 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2018-07-20 15:01:58 +0530 |
commit | 31d5e6b72439c188ccf09c0b2ba5a7a6d4db9582 (patch) | |
tree | 62d1d4980aba760b12fa1be2102c84d92226a575 | |
parent | c3a272c7b0c8995bab2116436b03e0e44b480c73 (diff) | |
download | linux-31d5e6b72439c188ccf09c0b2ba5a7a6d4db9582.tar.bz2 |
dmaengine: mv_xor_v2: enable COMPILE_TEST
To get more coverage, enable COMPILE_TEST for this driver.
Signed-off-by: Hanna Hawa <hannah@marvell.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
-rw-r--r-- | drivers/dma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |