diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-04-05 11:15:55 -0400 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2014-04-05 11:15:55 -0400 |
commit | 8673bcef8c1b07b83e9ee02d5e7f4b66507b03cd (patch) | |
tree | bc08b79fe11c4745434da1cebc5fb8936f9c6831 /drivers/dma/Kconfig | |
parent | e43a34e3ec5d1b14a11c3220f5a12aa797d73cd1 (diff) | |
parent | e7c0fe2a5c84b7bf4dcbbce30953b04b95e9dc09 (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/Kconfig | 9 |
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 | |||
410 | config DMA_ENGINE_RAID | 410 | config DMA_ENGINE_RAID |
411 | bool | 411 | bool |
412 | 412 | ||
413 | config 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 | |||
413 | endif | 422 | endif |