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

Commit 6a2daf7a authored by Rohit Gupta's avatar Rohit Gupta
Browse files

defconfig: 8994: Enable msm_performance module



This module provides support to userspace entity for hotplugging
and setting cpufreq policy min/max limits.
A userspace entity can specify a CPU mask and the number of CPUs
it wants online within that mask and this module will try to make
a best effort to keep those many CPUs online.
Userspace can also specify the min and max limits on CPUs instead
of writing to the scaling_min/max nodes from sysfs so that if any
CPU is offline this module maintains a vote for it which is applied
once the CPU comes back online.

Change-Id: I24953ea391459c86fb4314aee50dbfb4cfc603dc
Signed-off-by: default avatarRohit Gupta <rohgup@codeaurora.org>
parent e565ee19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -533,3 +533,4 @@ CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_QMI_ENCDEC=y
CONFIG_STRICT_MEMORY_RWX=y
CONFIG_DEVFREQ_SPDM=y
CONFIG_MSM_PERFORMANCE=y
+1 −0
Original line number Diff line number Diff line
@@ -594,3 +594,4 @@ CONFIG_CRYPTO_AES_ARM64_NEON_BLK=y
CONFIG_QMI_ENCDEC=y
CONFIG_STRICT_MEMORY_RWX=y
CONFIG_DEVFREQ_SPDM=y
CONFIG_MSM_PERFORMANCE=y