aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index e330da21b84f..ef34031a8339 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2049,11 +2049,17 @@ config OLPC_OPENFIRMWARE
2049 bool "Support for OLPC's Open Firmware" 2049 bool "Support for OLPC's Open Firmware"
2050 depends on !X86_64 && !X86_PAE 2050 depends on !X86_64 && !X86_PAE
2051 default n 2051 default n
2052 select OF
2052 help 2053 help
2053 This option adds support for the implementation of Open Firmware 2054 This option adds support for the implementation of Open Firmware
2054 that is used on the OLPC XO-1 Children's Machine. 2055 that is used on the OLPC XO-1 Children's Machine.
2055 If unsure, say N here. 2056 If unsure, say N here.
2056 2057
2058config OLPC_OPENFIRMWARE_DT
2059 bool
2060 default y if OLPC_OPENFIRMWARE && PROC_DEVICETREE
2061 select OF_PROMTREE
2062
2057endif # X86_32 2063endif # X86_32
2058 2064
2059config AMD_NB 2065config AMD_NB