mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
flo: Enable RCU_FAST_NO_HZ
RCU_FAST_NO_HZ has been shown to improve power consumption thanks to CPUs entering nohz idle mode more quickly. Change-Id: Ice211f35819767cc9ce0d1b37ab64015843c93d2 Signed-off-by: Zhao Wei Liew <zhaoweiliew@gmail.com>
This commit is contained in:
parent
46c5566665
commit
5492c1d2af
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ CONFIG_EXPERIMENTAL=y
|
|||
CONFIG_LOCALVERSION="-cyanogenmod"
|
||||
# CONFIG_SWAP is not set
|
||||
CONFIG_AUDIT=y
|
||||
CONFIG_RCU_FAST_NO_HZ=y
|
||||
CONFIG_IKCONFIG=y
|
||||
CONFIG_CGROUPS=y
|
||||
CONFIG_CGROUP_DEBUG=y
|
||||
|
|
Loading…
Reference in a new issue