aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 5bcdede71ba4..f760a22f95dc 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -209,7 +209,7 @@ config X86_TRAMPOLINE
209 209
210config X86_32_LAZY_GS 210config X86_32_LAZY_GS
211 def_bool y 211 def_bool y
212 depends on X86_32 212 depends on X86_32 && !CC_STACKPROTECTOR
213 213
214config KTIME_SCALAR 214config KTIME_SCALAR
215 def_bool X86_32 215 def_bool X86_32
@@ -1356,7 +1356,6 @@ config CC_STACKPROTECTOR_ALL
1356 1356
1357config CC_STACKPROTECTOR 1357config CC_STACKPROTECTOR
1358 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" 1358 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
1359 depends on X86_64
1360 select CC_STACKPROTECTOR_ALL 1359 select CC_STACKPROTECTOR_ALL
1361 help 1360 help
1362 This option turns on the -fstack-protector GCC feature. This 1361 This option turns on the -fstack-protector GCC feature. This