Kconfig (5c9f8c2dbdbe53818bcde6aa6695e1331e5f841f) | Kconfig (5d0c3533a19f48e5e7e73806a3e4b29cd4364130) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_ADM 3 tristate "Qualcomm ADM support" 4 depends on (ARCH_QCOM || COMPILE_TEST) && !PHYS_ADDR_T_64BIT 5 select DMA_ENGINE 6 select DMA_VIRTUAL_CHANNELS 7 help 8 Enable support for the Qualcomm Application Data Mover (ADM) DMA --- 5 unchanged lines hidden (view full) --- 14 tristate "QCOM BAM DMA support" 15 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) 16 select DMA_ENGINE 17 select DMA_VIRTUAL_CHANNELS 18 help 19 Enable support for the QCOM BAM DMA controller. This controller 20 provides DMA capabilities for a variety of on-chip devices. 21 | 1# SPDX-License-Identifier: GPL-2.0-only 2config QCOM_ADM 3 tristate "Qualcomm ADM support" 4 depends on (ARCH_QCOM || COMPILE_TEST) && !PHYS_ADDR_T_64BIT 5 select DMA_ENGINE 6 select DMA_VIRTUAL_CHANNELS 7 help 8 Enable support for the Qualcomm Application Data Mover (ADM) DMA --- 5 unchanged lines hidden (view full) --- 14 tristate "QCOM BAM DMA support" 15 depends on ARCH_QCOM || (COMPILE_TEST && OF && ARM) 16 select DMA_ENGINE 17 select DMA_VIRTUAL_CHANNELS 18 help 19 Enable support for the QCOM BAM DMA controller. This controller 20 provides DMA capabilities for a variety of on-chip devices. 21 |
22config QCOM_GPI_DMA 23 tristate "Qualcomm Technologies GPI DMA support" 24 depends on ARCH_QCOM 25 select DMA_ENGINE 26 select DMA_VIRTUAL_CHANNELS 27 help 28 Enable support for the QCOM GPI DMA controller. This controller 29 provides DMA capabilities for a variety of peripheral buses such 30 as I2C, UART, and SPI. By using GPI dmaengine driver, bus drivers 31 can use a standardize interface that is protocol independent to 32 transfer data between DDR and peripheral. 33 |
|
22config QCOM_HIDMA_MGMT 23 tristate "Qualcomm Technologies HIDMA Management support" 24 select DMA_ENGINE 25 help 26 Enable support for the Qualcomm Technologies HIDMA Management. 27 Each DMA device requires one management interface driver 28 for basic initialization before QCOM_HIDMA channel driver can 29 start managing the channels. In a virtualized environment, --- 12 unchanged lines hidden --- | 34config QCOM_HIDMA_MGMT 35 tristate "Qualcomm Technologies HIDMA Management support" 36 select DMA_ENGINE 37 help 38 Enable support for the Qualcomm Technologies HIDMA Management. 39 Each DMA device requires one management interface driver 40 for basic initialization before QCOM_HIDMA channel driver can 41 start managing the channels. In a virtualized environment, --- 12 unchanged lines hidden --- |