dmaengine: axi-dmac: extend support for ZynqMP arch
authorMichael Hennerich <michael.hennerich@analog.com>
Thu, 28 Feb 2019 12:39:43 +0000 (14:39 +0200)
committerVinod Koul <vkoul@kernel.org>
Mon, 25 Mar 2019 16:22:28 +0000 (21:52 +0530)
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 <michael.hennerich@analog.com>
Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/dma/Kconfig

index 0b1dfb5..eaf78f4 100644 (file)
@@ -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