diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 3be2305709b7..237fc128143d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -21,7 +21,8 @@ config X86 | |||
21 | select HAVE_IDE | 21 | select HAVE_IDE |
22 | select HAVE_OPROFILE | 22 | select HAVE_OPROFILE |
23 | select HAVE_KPROBES | 23 | select HAVE_KPROBES |
24 | select HAVE_KVM | 24 | select HAVE_KRETPROBES |
25 | select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) | ||
25 | 26 | ||
26 | 27 | ||
27 | config GENERIC_LOCKBREAK | 28 | config GENERIC_LOCKBREAK |
@@ -65,9 +66,6 @@ config MMU | |||
65 | config ZONE_DMA | 66 | config ZONE_DMA |
66 | def_bool y | 67 | def_bool y |
67 | 68 | ||
68 | config QUICKLIST | ||
69 | def_bool X86_32 | ||
70 | |||
71 | config SBUS | 69 | config SBUS |
72 | bool | 70 | bool |
73 | 71 | ||
@@ -1054,7 +1052,7 @@ config SECCOMP | |||
1054 | 1052 | ||
1055 | config CC_STACKPROTECTOR | 1053 | config CC_STACKPROTECTOR |
1056 | bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" | 1054 | bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" |
1057 | depends on X86_64 && EXPERIMENTAL | 1055 | depends on X86_64 && EXPERIMENTAL && BROKEN |
1058 | help | 1056 | help |
1059 | This option turns on the -fstack-protector GCC feature. This | 1057 | This option turns on the -fstack-protector GCC feature. This |
1060 | feature puts, at the beginning of critical functions, a canary | 1058 | feature puts, at the beginning of critical functions, a canary |