diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-04-06 21:48:15 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-04-06 21:48:15 -0700 |
| commit | 607d8941cd5b7efea0290f930e5485c2ae145b4c (patch) | |
| tree | 46d698078eb3c5dc9ecd2464a0935f939e9a9718 | |
| parent | acbfc1a1a45274bccba7493d2f9674a4578f9a27 (diff) | |
| parent | 51151450416e0cbadf2b3fd35291d27171976258 (diff) | |
Merge "qcom: Kconfig: Add L2_SPM config" into dev/msm-4.4-8996au
| -rw-r--r-- | drivers/soc/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index 75bebf66376d..686dcac6e047 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -367,6 +367,14 @@ config MSM_SPM driver allows configuring SPM to allow different low power modes for both core and L2. +config MSM_L2_SPM + bool "SPM support for L2 cache" + help + Enable SPM driver support for L2 cache. Some MSM chipsets allow + control of L2 cache low power mode with a Subsystem Power manager. + Enabling this driver allows configuring L2 SPM for low power modes + on supported chipsets + config QCOM_SCM bool "Secure Channel Manager (SCM) support" default n |
