diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 16:52:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-10-21 16:52:01 -0400 |
commit | cca8209ed962f87990345ba073979d2b55dd1187 (patch) | |
tree | 7629ee8d3396396570bdc35cc4220322c18c71cc /arch/x86/Kconfig | |
parent | d77bdc423d6d6efcd18d329bbf8eb9351953dd30 (diff) | |
parent | 9e9006e9090dc1f88d5127cb69f416013e7ecd60 (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/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8e9c4d4772fb..8a86a1e6825b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1927,7 +1927,7 @@ config PCI_GODIRECT | |||
1927 | bool "Direct" | 1927 | bool "Direct" |
1928 | 1928 | ||
1929 | config PCI_GOOLPC | 1929 | config PCI_GOOLPC |
1930 | bool "OLPC" | 1930 | bool "OLPC XO-1" |
1931 | depends on OLPC | 1931 | depends on OLPC |
1932 | 1932 | ||
1933 | config PCI_GOANY | 1933 | config PCI_GOANY |
@@ -2088,14 +2088,21 @@ config SCx200HR_TIMER | |||
2088 | config OLPC | 2088 | config 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 | ||
2096 | config 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 | |||
2095 | config OLPC_OPENFIRMWARE | 2102 | config 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. |