dmaengine: zynqmp_dma: enable COMPILE_TEST
authorMichael Tretter <m.tretter@pengutronix.de>
Thu, 26 Aug 2021 09:47:38 +0000 (11:47 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 1 Oct 2021 11:56:30 +0000 (17:26 +0530)
The driver doesn't use anything architecture specific. Allow the
compilation on other architectures as well.

Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
Link: https://lore.kernel.org/r/20210826094742.1302009-4-m.tretter@pengutronix.de
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig

index 80c2c03cb0141b29075f4455f301237585c2ad9b..6bcdb4e6a0d1d3d76fef0ca9af77c14ecb5f3723 100644 (file)
@@ -717,7 +717,7 @@ config XILINX_DMA
 
 config XILINX_ZYNQMP_DMA
        tristate "Xilinx ZynqMP DMA Engine"
-       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
+       depends on ARCH_ZYNQ || MICROBLAZE || ARM64 || COMPILE_TEST
        select DMA_ENGINE
        help
          Enable support for Xilinx ZynqMP DMA controller.