Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm into...
[linux-2.6-block.git] / drivers / soc / qcom / Kconfig
CommitLineData
5d144e36
AG
1#
2# QCOM Soc drivers
3#
4config QCOM_GSBI
5 tristate "QCOM General Serial Bus Interface"
6 depends on ARCH_QCOM
e5fdad68 7 select MFD_SYSCON
5d144e36
AG
8 help
9 Say y here to enable GSBI support. The GSBI provides control
10 functions for connecting the underlying serial UART, SPI, and I2C
11 devices to the output pins.
12
7ce75bb2
LI
13config QCOM_PM
14 bool "Qualcomm Power Management"
15 depends on ARCH_QCOM && !ARM64
23b38ceb 16 select QCOM_SCM
7ce75bb2
LI
17 help
18 QCOM Platform specific power driver to manage cores and L2 low power
19 modes. It interface with various system drivers to put the cores in
20 low power modes.
4b638df4 21
7d0c8bee
SB
22config QCOM_SMEM
23 tristate "Qualcomm Shared Memory Manager (SMEM)"
24 depends on ARCH_QCOM
25 help
26 Say y here to enable support for the Qualcomm Shared Memory Manager.
27 The driver provides an interface to items in a heap shared among all
28 processors in a Qualcomm platform.
29
f2ab3298
BA
30config QCOM_SMD
31 tristate "Qualcomm Shared Memory Driver (SMD)"
32 depends on QCOM_SMEM
33 help
34 Say y here to enable support for the Qualcomm Shared Memory Driver
35 providing communication channels to remote processors in Qualcomm
36 platforms.
37
936f14cf
BA
38config QCOM_SMD_RPM
39 tristate "Qualcomm Resource Power Manager (RPM) over SMD"
40 depends on QCOM_SMD && OF
41 help
42 If you say yes to this option, support will be included for the
43 Resource Power Manager system found in the Qualcomm 8974 based
44 devices.
45
46 This is required to access many regulators, clocks and bus
47 frequencies controlled by the RPM on these devices.
48
49 Say M here if you want to include support for the Qualcomm RPM as a
50 module. This will build a module called "qcom-smd-rpm".