aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-07-10 14:06:30 -0400
committerIngo Molnar <mingo@elte.hu>2008-07-10 14:10:48 -0400
commit39415a440ecceb0a5bd3c23686f18f83bb8368c6 (patch)
tree356b09a1830651200aaf45e53a640a239d4d96ad /arch/x86/Kconfig
parentc47277d2f842d6c50d1991579307625540b26eac (diff)
x86, VisWS: fix pci_direct_conf1 dependency
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>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index b03018692cd8..2cfccc987a26 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -353,7 +353,7 @@ endchoice
353 353
354config X86_VISWS 354config X86_VISWS
355 bool "SGI 320/540 (Visual Workstation)" 355 bool "SGI 320/540 (Visual Workstation)"
356 depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE 356 depends on X86_32 && PCI && !X86_VOYAGER && X86_MPPARSE && PCI_GODIRECT
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.