kernel/drivers/dma/qcom/Kconfig
.. .. @@ -1,9 +1,10 @@ 1 +# SPDX-License-Identifier: GPL-2.0-only1 2 config QCOM_BAM_DMA 2 3 tristate "QCOM BAM DMA support" 3 4 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) 4 5 select DMA_ENGINE 5 6 select DMA_VIRTUAL_CHANNELS 6 - ---help---7 + help7 8 Enable support for the QCOM BAM DMA controller. This controller 8 9 provides DMA capabilities for a variety of on-chip devices. 9 10