aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
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