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
Vladimír Čunát 7 years ago e6a37e3c ab18814a
··· 61 61 X86_INTEL_PSTATE = yes; 62 62 INTEL_IDLE = yes; 63 63 CPU_FREQ_DEFAULT_GOV_PERFORMANCE = yes; 64 64 + CPU_FREQ_GOV_SCHEDUTIL = whenAtLeast "4.9" yes; 64 65 PM_WAKELOCKS = yes; 65 66 }; 66 67