diff options
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 dcb0593b4a66..71c194db2e0a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2062,6 +2062,15 @@ config OLPC | |||
2062 | Add support for detecting the unique features of the OLPC | 2062 | Add support for detecting the unique features of the OLPC |
2063 | XO hardware. | 2063 | XO hardware. |
2064 | 2064 | ||
2065 | config OLPC_OPENFIRMWARE | ||
2066 | bool "Support for OLPC's Open Firmware" | ||
2067 | depends on !X86_64 && !X86_PAE | ||
2068 | default y if OLPC | ||
2069 | help | ||
2070 | This option adds support for the implementation of Open Firmware | ||
2071 | that is used on the OLPC XO-1 Children's Machine. | ||
2072 | If unsure, say N here. | ||
2073 | |||
2065 | endif # X86_32 | 2074 | endif # X86_32 |
2066 | 2075 | ||
2067 | config K8_NB | 2076 | config K8_NB |