aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-04-05 11:15:55 -0400
committerVinod Koul <vinod.koul@intel.com>2014-04-05 11:15:55 -0400
commit8673bcef8c1b07b83e9ee02d5e7f4b66507b03cd (patch)
treebc08b79fe11c4745434da1cebc5fb8936f9c6831 /drivers/dma/Kconfig
parente43a34e3ec5d1b14a11c3220f5a12aa797d73cd1 (diff)
parente7c0fe2a5c84b7bf4dcbbce30953b04b95e9dc09 (diff)
Merge branch 'topic/bam' into for-linus
Conflicts: drivers/dma/Makefile Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 830b88d8744c..edc739f986a8 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -410,4 +410,13 @@ config DMATEST
410config DMA_ENGINE_RAID 410config DMA_ENGINE_RAID
411 bool 411 bool
412 412
413config QCOM_BAM_DMA
414 tristate "QCOM BAM DMA support"
415 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
416 select DMA_ENGINE
417 select DMA_VIRTUAL_CHANNELS
418 ---help---
419 Enable support for the QCOM BAM DMA controller. This controller
420 provides DMA capabilities for a variety of on-chip devices.
421
413endif 422endif