aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-09-26 04:52:41 -0400
committerAndi Kleen <andi@basil.nowhere.org>2006-09-26 04:52:41 -0400
commitf157cbb1eb9ce3f33a401ec6d20eb3eb852351a3 (patch)
tree8c3af952bac000951430ede5806582bcb62262ac /arch/x86_64/Kconfig
parent658fdbef66e5e9be79b457edc2cbbb3add840aa9 (diff)
[PATCH] i386/x86-64: Make all early PCI scans dependent on CONFIG_PCI
This is useful on systems with broken PCI bus. Affects various scans in x86-64 and i386's early ACPI quirk scan. Cc: gregkh@suse.de Cc: len.brown@intel.com Cc: Trammell Hudson <hudson@osresearch.net> Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 1f4212605ef8..c2c68b902347 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -105,6 +105,7 @@ config X86_PC
105 105
106config X86_VSMP 106config X86_VSMP
107 bool "Support for ScaleMP vSMP" 107 bool "Support for ScaleMP vSMP"
108 depends on PCI
108 help 109 help
109 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is 110 Support for ScaleMP vSMP systems. Say 'Y' here if this kernel is
110 supposed to run on these EM64T-based machines. Only choose this option 111 supposed to run on these EM64T-based machines. Only choose this option
@@ -291,7 +292,7 @@ config NUMA
291 292
292config K8_NUMA 293config K8_NUMA
293 bool "Old style AMD Opteron NUMA detection" 294 bool "Old style AMD Opteron NUMA detection"
294 depends on NUMA 295 depends on NUMA && PCI
295 default y 296 default y
296 help 297 help
297 Enable K8 NUMA node topology detection. You should say Y here if 298 Enable K8 NUMA node topology detection. You should say Y here if