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, 2 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 6c70fed0f9a0..ed7f72b39113 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -328,7 +328,8 @@ config X86_RDC321X
328config X86_VSMP 328config X86_VSMP
329 bool "Support for ScaleMP vSMP" 329 bool "Support for ScaleMP vSMP"
330 depends on X86_64 && PCI 330 depends on X86_64 && PCI
331 help 331 select PARAVIRT
332 help
332 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is 333 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
333 supposed to run on these EM64T-based machines. Only choose this option 334 supposed to run on these EM64T-based machines. Only choose this option
334 if you have one of these machines. 335 if you have one of these machines.