kernel: enable intel_pstate
This commit is contained in:
parent
ebf4d5c62b
commit
e9d868de63
|
@ -7,6 +7,9 @@ with stdenv.lib;
|
||||||
DEBUG_KERNEL y
|
DEBUG_KERNEL y
|
||||||
PM_ADVANCED_DEBUG y
|
PM_ADVANCED_DEBUG y
|
||||||
PM_RUNTIME y
|
PM_RUNTIME y
|
||||||
|
${optionalString (versionAtLeast version "3.10") ''
|
||||||
|
X86_INTEL_PSTATE y
|
||||||
|
''}
|
||||||
TIMER_STATS y
|
TIMER_STATS y
|
||||||
${optionalString (versionOlder version "3.10") ''
|
${optionalString (versionOlder version "3.10") ''
|
||||||
USB_SUSPEND y
|
USB_SUSPEND y
|
||||||
|
|
Loading…
Reference in New Issue