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;
};