Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9569c05 authored by Dilip Gudlur's avatar Dilip Gudlur Committed by Gerrit - the friendly Code Review server
Browse files

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: default avatarDilip Gudlur <dgudlur@codeaurora.org>
parent a9a8ec4c
Loading
Loading
Loading
Loading
+3 −5
Original line number Diff line number Diff line
@@ -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