forked from Minki/linux
ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
28 lines
840 B
Plaintext
28 lines
840 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config MTK_HSDMA
|
|
tristate "MediaTek High-Speed DMA controller support"
|
|
depends on ARCH_MEDIATEK || COMPILE_TEST
|
|
select DMA_ENGINE
|
|
select DMA_VIRTUAL_CHANNELS
|
|
---help---
|
|
Enable support for High-Speed DMA controller on MediaTek
|
|
SoCs.
|
|
|
|
This controller provides the channels which is dedicated to
|
|
memory-to-memory transfer to offload from CPU through ring-
|
|
based descriptor management.
|
|
|
|
config MTK_CQDMA
|
|
tristate "MediaTek Command-Queue DMA controller support"
|
|
depends on ARCH_MEDIATEK || COMPILE_TEST
|
|
select DMA_ENGINE
|
|
select DMA_VIRTUAL_CHANNELS
|
|
select ASYNC_TX_ENABLE_CHANNEL_SWITCH
|
|
help
|
|
Enable support for Command-Queue DMA controller on MediaTek
|
|
SoCs.
|
|
|
|
This controller provides the channels which is dedicated to
|
|
memory-to-memory transfer to offload from CPU.
|