From: Michael Tretter Date: Thu, 26 Aug 2021 09:47:38 +0000 (+0200) Subject: dmaengine: zynqmp_dma: enable COMPILE_TEST X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7073b5a8bd6ea641b41568e2899b0977f79134e3;p=linux.git dmaengine: zynqmp_dma: enable COMPILE_TEST The driver doesn't use anything architecture specific. Allow the compilation on other architectures as well. Signed-off-by: Michael Tretter Link: https://lore.kernel.org/r/20210826094742.1302009-4-m.tretter@pengutronix.de Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 80c2c03cb0141..6bcdb4e6a0d1d 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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.