diff options
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index c70d8867800f..3b1b1da78dae 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -283,7 +283,7 @@ config X86_VOYAGER | |||
283 | 283 | ||
284 | config X86_VISWS | 284 | config X86_VISWS |
285 | bool "SGI 320/540 (Visual Workstation)" | 285 | bool "SGI 320/540 (Visual Workstation)" |
286 | depends on X86_32 && !PCI | 286 | depends on X86_32 && PCI |
287 | help | 287 | help |
288 | The SGI Visual Workstation series is an IA32-based workstation | 288 | The SGI Visual Workstation series is an IA32-based workstation |
289 | based on SGI systems chips with some legacy PC hardware attached. | 289 | based on SGI systems chips with some legacy PC hardware attached. |
@@ -355,7 +355,7 @@ config X86_RDC321X | |||
355 | config X86_VSMP | 355 | config X86_VSMP |
356 | bool "Support for ScaleMP vSMP" | 356 | bool "Support for ScaleMP vSMP" |
357 | select PARAVIRT | 357 | select PARAVIRT |
358 | depends on X86_64 && !PCI | 358 | depends on X86_64 && PCI |
359 | help | 359 | help |
360 | Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is | 360 | Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is |
361 | supposed to run on these EM64T-based machines. Only choose this option | 361 | supposed to run on these EM64T-based machines. Only choose this option |