hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/dma/qcom/Kconfig
....@@ -1,9 +1,10 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config QCOM_BAM_DMA
23 tristate "QCOM BAM DMA support"
34 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM)
45 select DMA_ENGINE
56 select DMA_VIRTUAL_CHANNELS
6
- ---help---
7
+ help
78 Enable support for the QCOM BAM DMA controller. This controller
89 provides DMA capabilities for a variety of on-chip devices.
910