diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:37:44 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 13:44:56 -0400 |
commit | b6770c83b4b88dd832cc77916b1935b0311c64e0 (patch) | |
tree | 83e1e06041add161ec626cfcd43d56fe4206d0f5 /arch/x86/Kconfig | |
parent | 8a55a00aad9f5c4e9bb97729b42a7ceea2a3b6fb (diff) |
x86, VisWS: do not allow VisWS for Voyager
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 24ff43a2ca56..1765714176d4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -353,7 +353,7 @@ endchoice | |||
353 | 353 | ||
354 | config X86_VISWS | 354 | config X86_VISWS |
355 | bool "SGI 320/540 (Visual Workstation)" | 355 | bool "SGI 320/540 (Visual Workstation)" |
356 | depends on X86_32 && PCI | 356 | depends on X86_32 && PCI && !X86_VOYAGER |
357 | help | 357 | help |
358 | The SGI Visual Workstation series is an IA32-based workstation | 358 | The SGI Visual Workstation series is an IA32-based workstation |
359 | based on SGI systems chips with some legacy PC hardware attached. | 359 | based on SGI systems chips with some legacy PC hardware attached. |