Andy Gross | 5d144e3 | 2014-04-24 11:31:21 -0500 | [diff] [blame] | 1 | # |
| 2 | # QCOM Soc drivers |
| 3 | # |
| 4 | config QCOM_GSBI |
| 5 | tristate "QCOM General Serial Bus Interface" |
| 6 | depends on ARCH_QCOM |
Andy Gross | e5fdad6 | 2015-02-09 16:01:06 -0600 | [diff] [blame] | 7 | select MFD_SYSCON |
Andy Gross | 5d144e3 | 2014-04-24 11:31:21 -0500 | [diff] [blame] | 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 | |
Lina Iyer | 7ce75bb | 2015-04-09 13:20:41 -0600 | [diff] [blame] | 13 | config QCOM_PM |
| 14 | bool "Qualcomm Power Management" |
| 15 | depends on ARCH_QCOM && !ARM64 |
Arnd Bergmann | d9d6888 | 2015-11-24 23:13:09 +0100 | [diff] [blame^] | 16 | select ARM_CPU_SUSPEND |
Lina Iyer | 23b38ce | 2015-07-10 14:18:00 -0600 | [diff] [blame] | 17 | select QCOM_SCM |
Lina Iyer | 7ce75bb | 2015-04-09 13:20:41 -0600 | [diff] [blame] | 18 | help |
| 19 | QCOM Platform specific power driver to manage cores and L2 low power |
| 20 | modes. It interface with various system drivers to put the cores in |
| 21 | low power modes. |
Bjorn Andersson | 4b638df4 | 2015-06-26 14:50:10 -0700 | [diff] [blame] | 22 | |
Stephen Boyd | 7d0c8be | 2015-08-28 11:23:33 -0700 | [diff] [blame] | 23 | config QCOM_SMEM |
| 24 | tristate "Qualcomm Shared Memory Manager (SMEM)" |
| 25 | depends on ARCH_QCOM |
Arnd Bergmann | 73ebb85 | 2015-10-13 17:05:39 +0200 | [diff] [blame] | 26 | depends on HWSPINLOCK |
Stephen Boyd | 7d0c8be | 2015-08-28 11:23:33 -0700 | [diff] [blame] | 27 | help |
| 28 | Say y here to enable support for the Qualcomm Shared Memory Manager. |
| 29 | The driver provides an interface to items in a heap shared among all |
| 30 | processors in a Qualcomm platform. |
| 31 | |
Bjorn Andersson | f2ab329 | 2015-07-27 20:20:30 -0700 | [diff] [blame] | 32 | config QCOM_SMD |
| 33 | tristate "Qualcomm Shared Memory Driver (SMD)" |
| 34 | depends on QCOM_SMEM |
| 35 | help |
| 36 | Say y here to enable support for the Qualcomm Shared Memory Driver |
| 37 | providing communication channels to remote processors in Qualcomm |
| 38 | platforms. |
| 39 | |
Bjorn Andersson | 936f14c | 2015-07-27 20:20:32 -0700 | [diff] [blame] | 40 | config QCOM_SMD_RPM |
| 41 | tristate "Qualcomm Resource Power Manager (RPM) over SMD" |
| 42 | depends on QCOM_SMD && OF |
| 43 | help |
| 44 | If you say yes to this option, support will be included for the |
| 45 | Resource Power Manager system found in the Qualcomm 8974 based |
| 46 | devices. |
| 47 | |
| 48 | This is required to access many regulators, clocks and bus |
| 49 | frequencies controlled by the RPM on these devices. |
| 50 | |
| 51 | Say M here if you want to include support for the Qualcomm RPM as a |
| 52 | module. This will build a module called "qcom-smd-rpm". |
Bjorn Andersson | 9460ae2 | 2015-09-24 18:25:01 -0700 | [diff] [blame] | 53 | |
| 54 | config QCOM_SMEM_STATE |
| 55 | bool |
Bjorn Andersson | c97c409 | 2015-09-24 18:25:02 -0700 | [diff] [blame] | 56 | |
Bjorn Andersson | 50e9964 | 2015-09-24 18:25:03 -0700 | [diff] [blame] | 57 | config QCOM_SMP2P |
Arnd Bergmann | 10475d5 | 2015-11-20 11:32:21 +0100 | [diff] [blame] | 58 | tristate "Qualcomm Shared Memory Point to Point support" |
Bjorn Andersson | 50e9964 | 2015-09-24 18:25:03 -0700 | [diff] [blame] | 59 | depends on QCOM_SMEM |
| 60 | select QCOM_SMEM_STATE |
| 61 | help |
| 62 | Say yes here to support the Qualcomm Shared Memory Point to Point |
| 63 | protocol. |
| 64 | |
Bjorn Andersson | c97c409 | 2015-09-24 18:25:02 -0700 | [diff] [blame] | 65 | config QCOM_SMSM |
Arnd Bergmann | 10475d5 | 2015-11-20 11:32:21 +0100 | [diff] [blame] | 66 | tristate "Qualcomm Shared Memory State Machine" |
Bjorn Andersson | c97c409 | 2015-09-24 18:25:02 -0700 | [diff] [blame] | 67 | depends on QCOM_SMEM |
| 68 | select QCOM_SMEM_STATE |
| 69 | help |
| 70 | Say yes here to support the Qualcomm Shared Memory State Machine. |
| 71 | The state machine is represented by bits in shared memory. |