platform-drivers: msm: sps: Add SPS support for msm copper
Change-Id: If5b686e17fe8691024ef7475d5a89f2670390b8e
Signed-off-by: Yan He <yanhe@codeaurora.org>
diff --git a/drivers/platform/msm/Kconfig b/drivers/platform/msm/Kconfig
index 75a6b5e..26441cd 100644
--- a/drivers/platform/msm/Kconfig
+++ b/drivers/platform/msm/Kconfig
@@ -13,7 +13,7 @@
config SPS
bool "SPS support"
depends on (HAS_IOMEM && (ARCH_MSM8960 || ARCH_MSM8X60 \
- || ARCH_APQ8064 || ARCH_MSM9615))
+ || ARCH_APQ8064 || ARCH_MSM9615 || ARCH_MSMCOPPER))
select GENERIC_ALLOCATOR
default n
help
@@ -28,10 +28,17 @@
depends on SPS
default n
help
- 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).
+ 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 support NDP BAM"
+ depends on SPS
+ default n
+ help
+ No-Data-Path BAM is used to improve BAM performance.
endmenu