forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
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