aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2014-07-19 06:48:51 -0400
committerVinod Koul <vinod.koul@intel.com>2014-08-04 04:00:31 -0400
commitb45b262cefd5b8eb2ba88d20e5bd295881293894 (patch)
tree40547ec2cd74de9b1120622f088017a1cbfd4828 /drivers/dma/Kconfig
parent94c7b6fc7cd1b29d987592ce7eecd902f6728db4 (diff)
dmaengine: add a driver for AMBA AXI NBPF DMAC IP cores
This patch adds a driver for NBPF DMAC IP cores from Renesas, designed for the AMBA AXI bus. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index d4f0415894c7..901818c1b37c 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -383,6 +383,12 @@ config DMA_SUN6I
383 help 383 help
384 Support for the DMA engine for Allwinner A31 SoCs. 384 Support for the DMA engine for Allwinner A31 SoCs.
385 385
386config NBPFAXI_DMA
387 tristate "Renesas Type-AXI NBPF DMA support"
388 select DMA_ENGINE
389 help
390 Support for "Type-AXI" NBPF DMA IPs from Renesas
391
386config DMA_ENGINE 392config DMA_ENGINE
387 bool 393 bool
388 394