mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
kernel: enable intel_pstate
This commit is contained in:
parent
ebf4d5c62b
commit
e9d868de63
@ -7,6 +7,9 @@ with stdenv.lib;
|
||||
DEBUG_KERNEL y
|
||||
PM_ADVANCED_DEBUG y
|
||||
PM_RUNTIME y
|
||||
${optionalString (versionAtLeast version "3.10") ''
|
||||
X86_INTEL_PSTATE y
|
||||
''}
|
||||
TIMER_STATS y
|
||||
${optionalString (versionOlder version "3.10") ''
|
||||
USB_SUSPEND y
|
||||
|
Loading…
Reference in New Issue
Block a user