aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-06-16 05:28:04 -0400
committerIngo Molnar <mingo@elte.hu>2008-06-16 05:28:04 -0400
commit7aaaec38fcd9ef3172e69f8c19f20113830a8498 (patch)
treeb12a1c359ad53ae10601f77b3438bb27c3c8f337 /arch/x86/Kconfig
parent1ac97018169c5a13feaa90d9671f2d6ba2d9e86e (diff)
parent066519068ad2fbe98c7f45552b1f592903a9c8c8 (diff)
Merge branch 'linus' into x86/kconfig
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 78700f5faf62..246f4ec6b0dc 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
@@ -1514,13 +1507,13 @@ config PCI_GOMMCONFIG
1514config PCI_GODIRECT 1507config PCI_GODIRECT
1515 bool "Direct" 1508 bool "Direct"
1516 1509
1517config PCI_GOANY
1518 bool "Any"
1519
1520config PCI_GOOLPC 1510config PCI_GOOLPC
1521 bool "OLPC" 1511 bool "OLPC"
1522 depends on OLPC 1512 depends on OLPC
1523 1513
1514config PCI_GOANY
1515 bool "Any"
1516
1524endchoice 1517endchoice
1525 1518
1526config PCI_BIOS 1519config PCI_BIOS
@@ -1537,9 +1530,8 @@ config PCI_MMCONFIG
1537 depends on X86_32 && PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY) 1530 depends on X86_32 && PCI && ACPI && (PCI_GOMMCONFIG || PCI_GOANY)
1538 1531
1539config PCI_OLPC 1532config PCI_OLPC
1540 bool 1533 def_bool y
1541 depends on PCI && PCI_GOOLPC 1534 depends on PCI && OLPC && (PCI_GOOLPC || PCI_GOANY)
1542 default y
1543 1535
1544config PCI_DOMAINS 1536config PCI_DOMAINS
1545 def_bool y 1537 def_bool y