Merge pull request #67268 from michaelpj/imp/intel-rapl

kernel: set POWERCAP and INTEL_RAPL
This commit is contained in:
Jörg Thalheim 2019-09-23 08:06:23 +01:00 committed by GitHub
commit 9dd99b7735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,6 +52,9 @@ let
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = yes;
CPU_FREQ_GOV_SCHEDUTIL = whenAtLeast "4.9" yes;
PM_WAKELOCKS = yes;
# Power-capping framework and support for INTEL RAPL
POWERCAP = yes;
INTEL_RAPL = module;
};
external-firmware = {