summaryrefslogtreecommitdiff
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 251c4a4c..eeb999cd 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -13,6 +13,26 @@ config X86_PAE
PAE allows addressing physical memory beyond 4 GiB at the cost
of more pagetable lookup and memory overhead.
+config X86_PMU_AMD
+ bool "Enable AMD PMU driver"
+ select PERFMON
+ default n
+ ---help---
+ Enable support for the performance monitoring unit on AMD
+ processors.
+
+ If unsure, disable.
+
+config X86_PMU_INTEL
+ bool "Enable Intel PMU driver"
+ select PERFMON
+ default n
+ ---help---
+ Enable support for the performance monitoring unit on Intel
+ processors.
+
+ If unsure, disable.
+
endmenu
config X86_32