aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 9 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index fa6fa52248d9..3d2c8dfba915 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -129,9 +129,17 @@ config GENERIC_PENDING_IRQ
129 129
130config X86_SMP 130config X86_SMP
131 bool 131 bool
132 depends on X86_32 && SMP && !X86_VOYAGER 132 depends on SMP && ((X86_32 && !X86_VOYAGER) || X86_64)
133 default y 133 default y
134 134
135config X86_32_SMP
136 def_bool y
137 depends on X86_32 && SMP
138
139config X86_64_SMP
140 def_bool y
141 depends on X86_64 && SMP
142
135config X86_HT 143config X86_HT
136 bool 144 bool
137 depends on SMP 145 depends on SMP