Kconfig (f2ab3298fb4932358d27fc4c7ea1a1891ad7e042) Kconfig (936f14cf4e67168fcd37f10cebf5a475f490fb6e)
1#
2# QCOM Soc drivers
3#
4config QCOM_GSBI
5 tristate "QCOM General Serial Bus Interface"
6 depends on ARCH_QCOM
7 select MFD_SYSCON
8 help

--- 13 unchanged lines hidden (view full) ---

22config QCOM_SMD
23 tristate "Qualcomm Shared Memory Driver (SMD)"
24 depends on QCOM_SMEM
25 help
26 Say y here to enable support for the Qualcomm Shared Memory Driver
27 providing communication channels to remote processors in Qualcomm
28 platforms.
29
1#
2# QCOM Soc drivers
3#
4config QCOM_GSBI
5 tristate "QCOM General Serial Bus Interface"
6 depends on ARCH_QCOM
7 select MFD_SYSCON
8 help

--- 13 unchanged lines hidden (view full) ---

22config QCOM_SMD
23 tristate "Qualcomm Shared Memory Driver (SMD)"
24 depends on QCOM_SMEM
25 help
26 Say y here to enable support for the Qualcomm Shared Memory Driver
27 providing communication channels to remote processors in Qualcomm
28 platforms.
29
30config QCOM_SMD_RPM
31 tristate "Qualcomm Resource Power Manager (RPM) over SMD"
32 depends on QCOM_SMD && OF
33 help
34 If you say yes to this option, support will be included for the
35 Resource Power Manager system found in the Qualcomm 8974 based
36 devices.
37
38 This is required to access many regulators, clocks and bus
39 frequencies controlled by the RPM on these devices.
40
41 Say M here if you want to include support for the Qualcomm RPM as a
42 module. This will build a module called "qcom-smd-rpm".
43
30config QCOM_SMEM
31 tristate "Qualcomm Shared Memory Manager (SMEM)"
32 depends on ARCH_QCOM
33 help
34 Say y here to enable support for the Qualcomm Shared Memory Manager.
35 The driver provides an interface to items in a heap shared among all
36 processors in a Qualcomm platform.
44config QCOM_SMEM
45 tristate "Qualcomm Shared Memory Manager (SMEM)"
46 depends on ARCH_QCOM
47 help
48 Say y here to enable support for the Qualcomm Shared Memory Manager.
49 The driver provides an interface to items in a heap shared among all
50 processors in a Qualcomm platform.