1config QCOM_BAM_DMA 2 tristate "QCOM BAM DMA support" 3 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) 4 select DMA_ENGINE 5 select DMA_VIRTUAL_CHANNELS 6 ---help--- 7 Enable support for the QCOM BAM DMA controller. This controller 8 provides DMA capabilities for a variety of on-chip devices. 9