diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-06 19:24:34 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-06 19:24:34 -0400 |
commit | 3cf8ad3394b8675e92a35c438f22341197535531 (patch) | |
tree | 39c9c5b9465e4f63f6cdf9b767d8046eaf0f3ac7 /arch/x86/Kconfig | |
parent | 66cd55d2b903643cbd019ef97a5305d9428d3865 (diff) | |
parent | 54e5bc020ce1c959eaa7be18cedb734b6b13745e (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: Constify an olpc_ofw() arg
x86, olpc: Use pr_debug() for EC commands
x86, olpc: Add comment about implicit optimization barrier
x86, olpc: Add support for calling into OpenFirmware
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index baa34e510222..a84fc34c8f77 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2060,6 +2060,15 @@ config OLPC | |||
2060 | Add support for detecting the unique features of the OLPC | 2060 | Add support for detecting the unique features of the OLPC |
2061 | XO hardware. | 2061 | XO hardware. |
2062 | 2062 | ||
2063 | config OLPC_OPENFIRMWARE | ||
2064 | bool "Support for OLPC's Open Firmware" | ||
2065 | depends on !X86_64 && !X86_PAE | ||
2066 | default y if OLPC | ||
2067 | help | ||
2068 | This option adds support for the implementation of Open Firmware | ||
2069 | that is used on the OLPC XO-1 Children's Machine. | ||
2070 | If unsure, say N here. | ||
2071 | |||
2063 | endif # X86_32 | 2072 | endif # X86_32 |
2064 | 2073 | ||
2065 | config K8_NB | 2074 | config K8_NB |