diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-05-17 07:45:27 +0300 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2016-05-17 07:45:27 +0300 |
commit | 0f5c85f48a3d5cb4f551a7d68592085e75591df3 (patch) | |
tree | 522667aa670e1e0f97e7d8173d9b39933a23346c /drivers/dma/Kconfig | |
parent | 53b84bad9e49e28faff74c51b137d036944291f4 (diff) | |
parent | 86e486a098b6251e3931ca04b7078aa037bfe5ad (diff) | |
download | linux-0f5c85f48a3d5cb4f551a7d68592085e75591df3.tar.xz |
Merge branch 'topic/tegra' into for-linus
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r-- | drivers/dma/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig index 67b37ce94143..8d0e5ebe1dac 100644 --- a/drivers/dma/Kconfig +++ b/drivers/dma/Kconfig @@ -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 |