Kconfig (23b38ceb814ca8a2bd92613687f82b70041b9238) Kconfig (f2ab3298fb4932358d27fc4c7ea1a1891ad7e042)
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

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

14 bool "Qualcomm Power Management"
15 depends on ARCH_QCOM && !ARM64
16 select QCOM_SCM
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.
21
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

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

14 bool "Qualcomm Power Management"
15 depends on ARCH_QCOM && !ARM64
16 select QCOM_SCM
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.
21
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
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.
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.