X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=arch%2Fx86%2FKconfig;h=2dc18605831f6e88fd45c2863fc3d1fc7e6b6622;hb=2f4fcb3eafd7e5d3e12f7e74093d2e8c43ef5eb6;hp=54478b7635ded10f5e6432e89502f11a21612dce;hpb=ed7d6bc23b6dd8f5272431ce930c84d1e537be49;p=deliverable%2Flinux.git diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 54478b7635de..2dc18605831f 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1210,6 +1210,15 @@ config MICROCODE_OLD_INTERFACE def_bool y depends on MICROCODE +config PERF_EVENTS_AMD_POWER + depends on PERF_EVENTS && CPU_SUP_AMD + tristate "AMD Processor Power Reporting Mechanism" + ---help--- + Provide power reporting mechanism support for AMD processors. + Currently, it leverages X86_FEATURE_ACC_POWER + (CPUID Fn8000_0007_EDX[12]) interface to calculate the + average power consumption on Family 15h processors. + config X86_MSR tristate "/dev/cpu/*/msr - Model-specific register support" ---help---