Kconfig (967535223f9a8d95c187a8728480b569164cd4f4) | Kconfig (d1de6d6c639b7827c42c4750b8101ed1049e1c72) |
---|---|
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_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. 46 47 Say y here if you intend to boot the modem remoteproc. 48 |
|
38config QCOM_SMEM 39 tristate "Qualcomm Shared Memory Manager (SMEM)" 40 depends on ARCH_QCOM 41 depends on HWSPINLOCK 42 help 43 Say y here to enable support for the Qualcomm Shared Memory Manager. 44 The driver provides an interface to items in a heap shared among all 45 processors in a Qualcomm platform. --- 44 unchanged lines hidden --- | 49config QCOM_SMEM 50 tristate "Qualcomm Shared Memory Manager (SMEM)" 51 depends on ARCH_QCOM 52 depends on HWSPINLOCK 53 help 54 Say y here to enable support for the Qualcomm Shared Memory Manager. 55 The driver provides an interface to items in a heap shared among all 56 processors in a Qualcomm platform. --- 44 unchanged lines hidden --- |