diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 11:33:34 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:05 -0500 |
commit | 36619a8a80793a803588a17f772313d5c948357d (patch) | |
tree | 713f22402e03046294b165a39a6acb48eb654540 /arch/x86 | |
parent | 550fe4f198558c147c6b8273a709568222a1668a (diff) |
x86/VisWS: remove Kconfig quirk
VisWS has this quirk currently:
config X86_VISWS
bool "SGI 320/540 (Visual Workstation)"
depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE && PCI_GODIRECT
The !Voyager quirk is unnecessary.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86')
-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 df7cb8d68e2f..f59d29201980 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -351,7 +351,7 @@ endchoice | |||
351 | 351 | ||
352 | config X86_VISWS | 352 | config X86_VISWS |
353 | bool "SGI 320/540 (Visual Workstation)" | 353 | bool "SGI 320/540 (Visual Workstation)" |
354 | depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE && PCI_GODIRECT | 354 | depends on X86_32 && PCI && X86_MPPARSE && PCI_GODIRECT |
355 | help | 355 | help |
356 | The SGI Visual Workstation series is an IA32-based workstation | 356 | The SGI Visual Workstation series is an IA32-based workstation |
357 | based on SGI systems chips with some legacy PC hardware attached. | 357 | based on SGI systems chips with some legacy PC hardware attached. |