Merge pull request #67268 from michaelpj/imp/intel-rapl
kernel: set POWERCAP and INTEL_RAPL
This commit is contained in:
commit
9dd99b7735
@ -52,6 +52,9 @@ let
|
|||||||
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = yes;
|
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = yes;
|
||||||
CPU_FREQ_GOV_SCHEDUTIL = whenAtLeast "4.9" yes;
|
CPU_FREQ_GOV_SCHEDUTIL = whenAtLeast "4.9" yes;
|
||||||
PM_WAKELOCKS = yes;
|
PM_WAKELOCKS = yes;
|
||||||
|
# Power-capping framework and support for INTEL RAPL
|
||||||
|
POWERCAP = yes;
|
||||||
|
INTEL_RAPL = module;
|
||||||
};
|
};
|
||||||
|
|
||||||
external-firmware = {
|
external-firmware = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user