File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -1038,7 +1038,7 @@ config X86_THERMAL_VECTOR
1038
1038
def_bool y
1039
1039
depends on X86_MCE_INTEL
1040
1040
1041
- source "arch/x86/Kconfig.perf "
1041
+ source "arch/x86/events/ Kconfig"
1042
1042
1043
1043
config X86_LEGACY_VM86
1044
1044
bool "Legacy VM86 support"
@@ -1204,15 +1204,6 @@ config MICROCODE_OLD_INTERFACE
1204
1204
def_bool y
1205
1205
depends on MICROCODE
1206
1206
1207
- config PERF_EVENTS_AMD_POWER
1208
- depends on PERF_EVENTS && CPU_SUP_AMD
1209
- tristate "AMD Processor Power Reporting Mechanism"
1210
- ---help---
1211
- Provide power reporting mechanism support for AMD processors.
1212
- Currently, it leverages X86_FEATURE_ACC_POWER
1213
- (CPUID Fn8000_0007_EDX[12]) interface to calculate the
1214
- average power consumption on Family 15h processors.
1215
-
1216
1207
config X86_MSR
1217
1208
tristate "/dev/cpu/*/msr - Model-specific register support"
1218
1209
---help---
Original file line number Diff line number Diff line change @@ -24,4 +24,13 @@ config PERF_EVENTS_INTEL_CSTATE
24
24
Include support for Intel cstate performance events for power
25
25
monitoring on modern processors.
26
26
27
+ config PERF_EVENTS_AMD_POWER
28
+ depends on PERF_EVENTS && CPU_SUP_AMD
29
+ tristate "AMD Processor Power Reporting Mechanism"
30
+ ---help---
31
+ Provide power reporting mechanism support for AMD processors.
32
+ Currently, it leverages X86_FEATURE_ACC_POWER
33
+ (CPUID Fn8000_0007_EDX[12]) interface to calculate the
34
+ average power consumption on Family 15h processors.
35
+
27
36
endmenu
You can’t perform that action at this time.
0 commit comments