| # SPDX-License-Identifier: GPL-2.0-only |
| menu "Qualcomm technologies inc. MSM specific device drivers" |
| The SPS (Smart Peripheral Switch) is a DMA engine. |
| It can move data in the following modes: |
| 1. Peripheral-to-Peripheral. |
| config SPS_SUPPORT_BAMDMA |
| bool "SPS supports BAM DMA" |
| The BAM-DMA is used for Memory-to-Memory transfers. |
| The main use cases is RPC between processors. |
| The BAM-DMA hardware has 2 registers sets: |
| 1. A BAM HW like all the peripherals. |
| 2. A DMA channel configuration (i.e. channel priority). |
| config SPS_SUPPORT_NDP_BAM |
| bool "SPS supports NDP BAM" |
| No-Data-Path BAM is used to improve BAM performance. |
| NDP BAMs enables peripherals with fast fabric connectivity |
| to do the actual data transfer themselves, instead of the |
| depends on SPS && USB_GADGET |
| Enabling this option adds USB BAM Driver. |
| USB BAM driver was added to supports Smart Peripheral Subsystem |
| Peripheral-to-Peripheral transfers between the USB and other |