From: Michael Hennerich Date: Thu, 28 Feb 2019 12:39:43 +0000 (+0200) Subject: dmaengine: axi-dmac: extend support for ZynqMP arch X-Git-Tag: v5.15~6413^2~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=23b846396b9501f9500cd8fb033a866f8c01f1a6;p=platform%2Fkernel%2Flinux-starfive.git dmaengine: axi-dmac: extend support for ZynqMP arch The AXI DMAC driver is currently supported also on the Xilinx ZynqMP architecture. This change allows this driver to be enabled & used on it as well. Signed-off-by: Michael Hennerich Signed-off-by: Alexandru Ardelean Signed-off-by: Vinod Koul --- diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 0b1dfb5..eaf78f4 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -99,7 +99,7 @@ config AT_XDMAC config AXI_DMAC tristate "Analog Devices AXI-DMAC DMA support" - depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_SOCFPGA || COMPILE_TEST + depends on MICROBLAZE || NIOS2 || ARCH_ZYNQ || ARCH_ZYNQMP || ARCH_SOCFPGA || COMPILE_TEST select DMA_ENGINE select DMA_VIRTUAL_CHANNELS help