summaryrefslogtreecommitdiff
path: root/drivers/soc
diff options
context:
space:
mode:
authorDilip Gudlur <dgudlur@codeaurora.org>2016-11-22 10:10:21 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-11-24 18:21:05 -0800
commitf9569c05cda7ca18058e6325405f487f86a59f7f (patch)
treecd9c449d243ed87e012c9e504417d33e2724c9b3 /drivers/soc
parenta9a8ec4cae40a79da84d2fa641b5cb5821e463c4 (diff)
soc: qcom: Turn off MSM_PERFORMANCE_HOTPLUG_ON by default
Core-ctl module by default, manages cpus instead of msm_performance module. Set this config to allow msm_performance manage(hot-plug) cores in the absence of core-ctl. Change-Id: I02a1007edfc63ad2c2dd99616cb1a64432b08d13 Signed-off-by: Dilip Gudlur <dgudlur@codeaurora.org>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/qcom/Kconfig8
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