x86/VisWS: remove Kconfig quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:33:34 +0000 (17:33 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:05 +0000 (14:17 +0100)
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>
arch/x86/Kconfig

index df7cb8d68e2f1e70bdb4ed3548d99337cf239e08..f59d29201980bc20c6bc6271a02ce1250a9246ec 100644 (file)
@@ -351,7 +351,7 @@ endchoice
 
 config X86_VISWS
        bool "SGI 320/540 (Visual Workstation)"
-       depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE && PCI_GODIRECT
+       depends on X86_32 && PCI && X86_MPPARSE && PCI_GODIRECT
        help
          The SGI Visual Workstation series is an IA32-based workstation
          based on SGI systems chips with some legacy PC hardware attached.
This page took 0.025775 seconds and 5 git commands to generate.