[x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in to modules

This commit is contained in:
Ben Hutchings 2016-12-29 22:56:45 +00:00
parent 1379f4e7c4
commit 0b0d06c41a
2 changed files with 5 additions and 0 deletions

2
debian/changelog vendored
View File

@ -11,6 +11,8 @@ linux (4.8.15-2) UNRELEASED; urgency=medium
* cpufreq: Enable CPU_FREQ_GOV_SCHEDUTIL as module
* [x86] ACPI: Enable DPTF_POWER as module
* [x86] perf: Enable PERF_EVENTS_AMD_POWER as module
* [x86] perf: Change PERF_EVENTS_INTEL_{CSTATE,RAPL,UNCORE} from built-in
to modules
[ Salvatore Bonaccorso ]
* sg_write()/bsg_write() is not fit to be called under KERNEL_DS

View File

@ -114,6 +114,9 @@ CONFIG_OPTIMIZE_INLINING=y
##
## file: arch/x86/events/Kconfig
##
CONFIG_PERF_EVENTS_INTEL_UNCORE=m
CONFIG_PERF_EVENTS_INTEL_RAPL=m
CONFIG_PERF_EVENTS_INTEL_CSTATE=m
CONFIG_PERF_EVENTS_AMD_POWER=m
##