diff mbox series

dmaengine: axi-dmac: extend support for ZynqMP arch

Message ID 20190228123943.13669-1-alexandru.ardelean@analog.com (mailing list archive)
State Superseded
Headers show
Series dmaengine: axi-dmac: extend support for ZynqMP arch | expand

Commit Message

Alexandru Ardelean Feb. 28, 2019, 12:39 p.m. UTC
From: Michael Hennerich <michael.hennerich@analog.com>

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>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Vinod Koul March 25, 2019, 5:54 a.m. UTC | #1
On 28-02-19, 14:39, Alexandru Ardelean wrote:
> From: Michael Hennerich <michael.hennerich@analog.com>
> 
> 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.

Applied, thanks
diff mbox series

Patch

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 0b1dfb5bf2d9..eaf78f4e07ce 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