aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-06-16 05:19:53 -0400
committerIngo Molnar <mingo@elte.hu>2008-06-16 05:19:53 -0400
commit064a32d82c20cdcb0119a8b316eb520608d8c647 (patch)
treec67d534bd4458b1482c11f11c724fe93beca4f80 /arch/x86/Kconfig
parent0327318445d55808991a63137cfb698a90ab6adf (diff)
parent066519068ad2fbe98c7f45552b1f592903a9c8c8 (diff)
Merge branch 'linus' into x86/memtest
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig24
1 files changed, 8 insertions, 16 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a1a9021146bc..2d7dc4107764 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -26,17 +26,10 @@ config X86
26 select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) 26 select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
27 select HAVE_ARCH_KGDB if !X86_VOYAGER 27 select HAVE_ARCH_KGDB if !X86_VOYAGER
28 28
29config DEFCONFIG_LIST 29config ARCH_DEFCONFIG
30 string 30 string
31 depends on X86_32 31 default "arch/x86/configs/i386_defconfig" if X86_32
32 option defconfig_list 32 default "arch/x86/configs/x86_64_defconfig" if X86_64
33 default "arch/x86/configs/i386_defconfig"
34
35config DEFCONFIG_LIST
36 string
37 depends on X86_64
38 option defconfig_list
39 default "arch/x86/configs/x86_64_defconfig"
40 33
41 34
42config GENERIC_LOCKBREAK 35config GENERIC_LOCKBREAK
@@ -1499,13 +1492,13 @@ config PCI_GOMMCONFIG
1499config PCI_GODIRECT 1492config PCI_GODIRECT
1500 bool "Direct" 1493 bool "Direct"
1501 1494
1502config PCI_GOANY
1503 bool "Any"
1504
1505config PCI_GOOLPC 1495config PCI_GOOLPC
1506 bool "OLPC" 1496 bool "OLPC"
1507 depends on OLPC 1497 depends on OLPC
1508 1498
1499config PCI_GOANY
1500 bool "Any"
1501
1509endchoice 1502endchoice
1510 1503
1511config PCI_BIOS 1504config PCI_BIOS
@@ -1522,9 +1515,8 @@ config PCI_MMCONFIG
1522 depends on X86_32 && PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) 1515 depends on X86_32 && PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
1523 1516
1524config PCI_OLPC 1517config PCI_OLPC
1525 bool 1518 def_bool y
1526 depends on PCI && PCI_GOOLPC 1519 depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY)
1527 default y
1528 1520
1529config PCI_DOMAINS 1521config PCI_DOMAINS
1530 def_bool y 1522 def_bool y