diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
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 |
19 | config X86 | 19 | config X86 |
20 | def_bool y | 20 | def_bool y |
21 | select HAVE_OPROFILE | ||
21 | 22 | ||
22 | config GENERIC_LOCKBREAK | 23 | config GENERIC_LOCKBREAK |
23 | def_bool n | 24 | def_bool n |
@@ -106,10 +107,6 @@ config GENERIC_TIME_VSYSCALL | |||
106 | config HAVE_SETUP_PER_CPU_AREA | 107 | config HAVE_SETUP_PER_CPU_AREA |
107 | def_bool X86_64 | 108 | def_bool X86_64 |
108 | 109 | ||
109 | config ARCH_SUPPORTS_OPROFILE | ||
110 | bool | ||
111 | default y | ||
112 | |||
113 | select HAVE_KVM | 110 | select HAVE_KVM |
114 | 111 | ||
115 | config ARCH_HIBERNATION_POSSIBLE | 112 | config ARCH_HIBERNATION_POSSIBLE |