aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 2 insertions, 8 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e327f96b8805..dbc10fce6665 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2080,18 +2080,12 @@ config OLPC_XO1
2080 Add support for non-essential features of the OLPC XO-1 laptop. 2080 Add support for non-essential features of the OLPC XO-1 laptop.
2081 2081
2082config OLPC_OPENFIRMWARE 2082config OLPC_OPENFIRMWARE
2083 bool "Support for OLPC's Open Firmware" 2083 bool
2084 depends on !X86_PAE
2085 default n
2086 select OF 2084 select OF
2087 help 2085 select OLPC_OPENFIRMWARE_DT if PROC_DEVICETREE
2088 This option adds support for the implementation of Open Firmware
2089 that is used on the OLPC XO-1 Children's Machine.
2090 If unsure, say N here.
2091 2086
2092config OLPC_OPENFIRMWARE_DT 2087config OLPC_OPENFIRMWARE_DT
2093 bool 2088 bool
2094 default y if OLPC_OPENFIRMWARE && PROC_DEVICETREE
2095 select OF_PROMTREE 2089 select OF_PROMTREE
2096 2090
2097endif # X86_32 2091endif # X86_32