1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

linux: build with SCHEDUTIL governor

- it can't be built as a module
- it's not set as the default yet
- for discussion see https://github.com/NixOS/nixpkgs/pull/42330
This commit is contained in:
Vladimír Čunát 2018-08-30 11:15:36 +02:00
parent ab18814a8e
commit e6a37e3ce4
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -61,6 +61,7 @@ let
X86_INTEL_PSTATE = yes;
INTEL_IDLE = yes;
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = yes;
CPU_FREQ_GOV_SCHEDUTIL = whenAtLeast "4.9" yes;
PM_WAKELOCKS = yes;
};