aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index ac22bb7719f7..ab98cca84e1b 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -87,6 +87,10 @@ config GENERIC_IOMAP
87config GENERIC_BUG 87config GENERIC_BUG
88 def_bool y 88 def_bool y
89 depends on BUG 89 depends on BUG
90 select GENERIC_BUG_RELATIVE_POINTERS if X86_64
91
92config GENERIC_BUG_RELATIVE_POINTERS
93 bool
90 94
91config GENERIC_HWEIGHT 95config GENERIC_HWEIGHT
92 def_bool y 96 def_bool y