Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1593277
| From | Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] dma: xilinx: Make Xilinx VDMA support ARC |
| Date | 2017-03-06 13:40 +0100 |
| Message-ID | <ti05H-8bx-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] dma: xilinx: Make Xilinx VDMA support ARC Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2017-03-06 13:40 +0100
Re: [PATCH] dma: xilinx: Make Xilinx VDMA support ARC Ramiro Oliveira <Ramiro.Oliveira@synopsys.com> - 2017-03-09 11:00 +0100
Re: [PATCH] dma: xilinx: Make Xilinx VDMA support ARC Vinod Koul <vinod.koul@intel.com> - 2017-03-10 05:40 +0100
Re: [PATCH] dma: xilinx: Make Xilinx VDMA support ARC Mike Looijmans <mike.looijmans@topic.nl> - 2017-03-09 18:00 +0100
csiph-web