All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dma: xilinx: Make Xilinx VDMA support ARC
@ 2017-03-06 12:27 ` Ramiro Oliveira
  0 siblings, 0 replies; 12+ messages in thread
From: Ramiro Oliveira @ 2017-03-06 12:27 UTC (permalink / raw)
  To: linux-arm-kernel

Add option in Kconfig to use Xilinx VDMA in ARC processors.

Signed-off-by: Ramiro Oliveira <roliveir@synopsys.com>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 263495d0adbd..b6b6c0581ad7 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -546,7 +546,7 @@ config XGENE_DMA
 
 config XILINX_DMA
 	tristate "Xilinx AXI DMAS Engine"
-	depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
+	depends on (ARCH_ZYNQ || MICROBLAZE || ARM64|| ARC)
 	select DMA_ENGINE
 	help
 	  Enable support for Xilinx AXI VDMA Soft IP.
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-03-10  4:33 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 12:27 [PATCH] dma: xilinx: Make Xilinx VDMA support ARC Ramiro Oliveira
2017-03-06 12:27 ` Ramiro Oliveira
2017-03-06 12:27 ` Ramiro Oliveira
2017-03-09  7:37 ` Mike Looijmans
2017-03-09  7:37   ` Mike Looijmans
2017-03-09  7:37   ` Mike Looijmans
2017-03-09  9:55   ` Ramiro Oliveira
2017-03-09  9:55     ` Ramiro Oliveira
2017-03-09  9:55     ` Ramiro Oliveira
2017-03-10  4:33     ` Vinod Koul
2017-03-10  4:33       ` Vinod Koul
2017-03-10  4:33       ` Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.