aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 368864dfe6eb..391cb1894127 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -148,7 +148,8 @@ config X86_SMP
148 148
149config X86_HT 149config X86_HT
150 bool 150 bool
151 depends on SMP && !(X86_VISWS || X86_VOYAGER || MK8) 151 depends on SMP
152 depends on (X86_32 && !(X86_VISWS || X86_VOYAGER)) || (X86_64 && !MK8)
152 default y 153 default y
153 154
154config X86_BIOS_REBOOT 155config X86_BIOS_REBOOT