aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-01-30 07:32:32 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:32:32 -0500
commit1c858087cd49d36b2f25b4fc2a47e39ac6cf09df (patch)
tree57cdc4595165ded3f87900856814d09f0e033610 /arch/x86/Kconfig
parent037f52aca499d9d4e18d03824ce1cd481330c778 (diff)
x86: default to PCI=y
PCI is one of the few hardware stuff where defaulting to y makes sense. Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 3d2c8dfba915..5271665a22e0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1339,7 +1339,7 @@ menu "Bus options (PCI etc.)"
1339config PCI 1339config PCI
1340 bool "PCI support" if !X86_VISWS 1340 bool "PCI support" if !X86_VISWS
1341 depends on !X86_VOYAGER 1341 depends on !X86_VOYAGER
1342 default y if X86_VISWS 1342 default y
1343 select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC) 1343 select ARCH_SUPPORTS_MSI if (X86_LOCAL_APIC && X86_IO_APIC)
1344 help 1344 help
1345 Find out whether you have a PCI motherboard. PCI is the name of a 1345 Find out whether you have a PCI motherboard. PCI is the name of a