blob: 26441cd45d46a82a22af5f405780893b81f2ee1c [file] [log] [blame]
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -07001menu "Qualcomm MSM specific device drivers"
2 depends on ARCH_MSM
3
4config MSM_SSBI
5 bool "Qualcomm Single-wire Serial Bus Interface (SSBI)"
6 help
7 If you say yes to this option, support will be included for the
8 built-in SSBI interface on Qualcomm MSM family processors.
9
10 This is required for communicating with Qualcomm PMICs and
11 other devices that have the SSBI interface.
12
13config SPS
14 bool "SPS support"
Yan He092b7272011-09-21 15:25:03 -070015 depends on (HAS_IOMEM && (ARCH_MSM8960 || ARCH_MSM8X60 \
Yan He1466daa2011-11-30 17:25:38 -080016 || ARCH_APQ8064 || ARCH_MSM9615 || ARCH_MSMCOPPER))
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070017 select GENERIC_ALLOCATOR
18 default n
19 help
20 The SPS (Smart Peripheral Switch) is a DMA engine.
21 It can move data in the following modes:
22 1. Peripheral-to-Peripheral.
23 2. Peripheral-to-Memory.
24 3. Memory-to-Memory.
25
26config SPS_SUPPORT_BAMDMA
27 bool "SPS support BAM DMA"
28 depends on SPS
29 default n
30 help
Yan He1466daa2011-11-30 17:25:38 -080031 The BAM-DMA is used for Memory-to-Memory transfers.
32 The main use cases is RPC between processors.
33 The BAM-DMA hardware has 2 registers sets:
34 1. A BAM HW like all the peripherals.
35 2. A DMA channel configuration (i.e. channel priority).
36
37config SPS_SUPPORT_NDP_BAM
38 bool "SPS support NDP BAM"
39 depends on SPS
40 default n
41 help
42 No-Data-Path BAM is used to improve BAM performance.
Bryan Huntsman3f2bc4d2011-08-16 17:27:22 -070043
44endmenu