x86, VisWS: fix pci_direct_conf1 dependency
authorIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 18:06:30 +0000 (20:06 +0200)
committerIngo Molnar <mingo@elte.hu>
Thu, 10 Jul 2008 18:10:48 +0000 (20:10 +0200)
fix:

 arch/x86/pci/built-in.o: In function `pci_subsys_init':
 visws.c:(.init.text+0xfc5): undefined reference to `pci_direct_conf1'

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index b030186..2cfccc9 100644 (file)
@@ -353,7 +353,7 @@ endchoice
 
 config X86_VISWS
        bool "SGI 320/540 (Visual Workstation)"
-       depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE
+       depends on X86_32 && PCI && !X86_VOYAGER && 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.