aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 7109037bdf7c..65594884f32f 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -18,6 +18,7 @@ config X86_64
18### Arch settings 18### Arch settings
19config X86 19config X86
20 def_bool y 20 def_bool y
21 select HAVE_OPROFILE
21 22
22config GENERIC_LOCKBREAK 23config GENERIC_LOCKBREAK
23 def_bool n 24 def_bool n
@@ -106,10 +107,6 @@ config GENERIC_TIME_VSYSCALL
106config HAVE_SETUP_PER_CPU_AREA 107config HAVE_SETUP_PER_CPU_AREA
107 def_bool X86_64 108 def_bool X86_64
108 109
109config ARCH_SUPPORTS_OPROFILE
110 bool
111 default y
112
113select HAVE_KVM 110select HAVE_KVM
114 111
115config ARCH_HIBERNATION_POSSIBLE 112config ARCH_HIBERNATION_POSSIBLE