diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-26 14:26:47 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-26 14:26:47 -0800 |
| commit | 04da367b64e3476743bda2faa0aa09a7c9a7ff96 (patch) | |
| tree | e920d7fd9650ce6c7f43a1a259ad850289b6ff85 /drivers/soc | |
| parent | b4f023e5a2fbd544b7c32b4276be8c430d5b6c7a (diff) | |
| parent | f9569c05cda7ca18058e6325405f487f86a59f7f (diff) | |
Merge "soc: qcom: Turn off MSM_PERFORMANCE_HOTPLUG_ON by default"
Diffstat (limited to 'drivers/soc')
| -rw-r--r-- | drivers/soc/qcom/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig index d3f967319d21..21733633cb6c 100644 --- a/drivers/soc/qcom/Kconfig +++ b/drivers/soc/qcom/Kconfig @@ -628,12 +628,10 @@ config MSM_PERFORMANCE config MSM_PERFORMANCE_HOTPLUG_ON bool "Hotplug functionality through msm_performance turned on" depends on MSM_PERFORMANCE - default y help - If some other core-control driver is present turn off the core-control - capability of msm_performance driver. Setting this flag to false will - compile out the nodes needed for core-control functionality through - msm_performance. + Setting this flag to true will enable the nodes needed for core-control + functionality of hot plugging cores through msm_performance if there is + no default core-control driver available. endif # ARCH_QCOM |
