linux: Enable Intel idle driver

Also build the performance governor into the kernel so there is a sane
default. Note that cpufreq.service will still load "ondemand" on
non-pstate systems.
This commit is contained in:
Eelco Dolstra 2015-03-04 17:04:02 +01:00
parent 26da67ff73
commit c502efc72a

View File

@ -26,6 +26,8 @@ with stdenv.lib;
${optionalString (versionAtLeast version "3.10") ''
X86_INTEL_PSTATE y
''}
INTEL_IDLE y
CPU_FREQ_DEFAULT_GOV_PERFORMANCE y
${optionalString (versionOlder version "3.10") ''
USB_SUSPEND y
''}