Merge tag 'for-f2fs-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk...
[deliverable/linux.git] / drivers / dma / Kconfig
index 67b37ce9414360a281fdc24375a8d04822385b07..8c98779a12b134f3688e1076f1e11211c23e2623 100644 (file)
@@ -467,6 +467,20 @@ config TEGRA20_APB_DMA
          This DMA controller transfers data from memory to peripheral fifo
          or vice versa. It does not support memory to memory data transfer.
 
+config TEGRA210_ADMA
+       bool "NVIDIA Tegra210 ADMA support"
+       depends on ARCH_TEGRA_210_SOC
+       select DMA_ENGINE
+       select DMA_VIRTUAL_CHANNELS
+       select PM_CLK
+       help
+         Support for the NVIDIA Tegra210 ADMA controller driver. The
+         DMA controller has multiple DMA channels and is used to service
+         various audio clients in the Tegra210 audio processing engine
+         (APE). This DMA controller transfers data from memory to
+         peripheral and vice versa. It does not support memory to
+         memory data transfer.
+
 config TIMB_DMA
        tristate "Timberdale FPGA DMA support"
        depends on MFD_TIMBERDALE
@@ -507,7 +521,7 @@ config XGENE_DMA
 
 config XILINX_VDMA
        tristate "Xilinx AXI VDMA Engine"
-       depends on (ARCH_ZYNQ || MICROBLAZE)
+       depends on (ARCH_ZYNQ || MICROBLAZE || ARM64)
        select DMA_ENGINE
        help
          Enable support for Xilinx AXI VDMA Soft IP.
This page took 0.030755 seconds and 5 git commands to generate.