aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2010-10-21 16:52:01 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2010-10-21 16:52:01 -0400
commitcca8209ed962f87990345ba073979d2b55dd1187 (patch)
tree7629ee8d3396396570bdc35cc4220322c18c71cc /arch/x86/Kconfig
parentd77bdc423d6d6efcd18d329bbf8eb9351953dd30 (diff)
parent9e9006e9090dc1f88d5127cb69f416013e7ecd60 (diff)
Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: x86, olpc: XO-1 uses/depends on PCI x86, olpc: Register XO-1 platform devices x86, olpc: Add XO-1 poweroff support x86, olpc: Don't retry EC commands forever x86, olpc: Rework BIOS signature check x86, olpc: Only enable PCI configuration type override on XO-1
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8e9c4d4772f..8a86a1e6825 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1927,7 +1927,7 @@ config PCI_GODIRECT
1927 bool "Direct" 1927 bool "Direct"
1928 1928
1929config PCI_GOOLPC 1929config PCI_GOOLPC
1930 bool "OLPC" 1930 bool "OLPC XO-1"
1931 depends on OLPC 1931 depends on OLPC
1932 1932
1933config PCI_GOANY 1933config PCI_GOANY
@@ -2088,14 +2088,21 @@ config SCx200HR_TIMER
2088config OLPC 2088config OLPC
2089 bool "One Laptop Per Child support" 2089 bool "One Laptop Per Child support"
2090 select GPIOLIB 2090 select GPIOLIB
2091 select OLPC_OPENFIRMWARE
2091 ---help--- 2092 ---help---
2092 Add support for detecting the unique features of the OLPC 2093 Add support for detecting the unique features of the OLPC
2093 XO hardware. 2094 XO hardware.
2094 2095
2096config OLPC_XO1
2097 tristate "OLPC XO-1 support"
2098 depends on OLPC && PCI
2099 ---help---
2100 Add support for non-essential features of the OLPC XO-1 laptop.
2101
2095config OLPC_OPENFIRMWARE 2102config OLPC_OPENFIRMWARE
2096 bool "Support for OLPC's Open Firmware" 2103 bool "Support for OLPC's Open Firmware"
2097 depends on !X86_64 && !X86_PAE 2104 depends on !X86_64 && !X86_PAE
2098 default y if OLPC 2105 default n
2099 help 2106 help
2100 This option adds support for the implementation of Open Firmware 2107 This option adds support for the implementation of Open Firmware
2101 that is used on the OLPC XO-1 Children's Machine. 2108 that is used on the OLPC XO-1 Children's Machine.