Kconfig (e71802647bfd639a9f53e49a4ef86a2bfdbeb611) Kconfig (9b8a11e82615274d4133aab3cf5aa1c59191f0a2)
1#
2# QCOM Soc drivers
3#
4menu "Qualcomm SoC drivers"
5
6config QCOM_GLINK_SSR
7 tristate "Qualcomm Glink SSR driver"
8 depends on RPMSG

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

30 depends on ARCH_QCOM && !ARM64
31 select ARM_CPU_SUSPEND
32 select QCOM_SCM
33 help
34 QCOM Platform specific power driver to manage cores and L2 low power
35 modes. It interface with various system drivers to put the cores in
36 low power modes.
37
1#
2# QCOM Soc drivers
3#
4menu "Qualcomm SoC drivers"
5
6config QCOM_GLINK_SSR
7 tristate "Qualcomm Glink SSR driver"
8 depends on RPMSG

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

30 depends on ARCH_QCOM && !ARM64
31 select ARM_CPU_SUSPEND
32 select QCOM_SCM
33 help
34 QCOM Platform specific power driver to manage cores and L2 low power
35 modes. It interface with various system drivers to put the cores in
36 low power modes.
37
38config QCOM_QMI_HELPERS
39 tristate
40 depends on ARCH_QCOM
41 help
42 Helper library for handling QMI encoded messages. QMI encoded
43 messages are used in communication between the majority of QRTR
44 clients and this helpers provide the common functionality needed for
45 doing this from a kernel driver.
46
38config QCOM_RMTFS_MEM
39 tristate "Qualcomm Remote Filesystem memory driver"
40 depends on ARCH_QCOM
41 help
42 The Qualcomm remote filesystem memory driver is used for allocating
43 and exposing regions of shared memory with remote processors for the
44 purpose of exchanging sector-data between the remote filesystem
45 service and its clients.

--- 56 unchanged lines hidden ---
47config QCOM_RMTFS_MEM
48 tristate "Qualcomm Remote Filesystem memory driver"
49 depends on ARCH_QCOM
50 help
51 The Qualcomm remote filesystem memory driver is used for allocating
52 and exposing regions of shared memory with remote processors for the
53 purpose of exchanging sector-data between the remote filesystem
54 service and its clients.

--- 56 unchanged lines hidden ---