aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-02-23 04:32:42 -0500
committerThomas Gleixner <tglx@linutronix.de>2011-02-23 04:40:45 -0500
commitc2a941fadb57d157d59eec424674bd0c3a28788c (patch)
tree5869120dd9774b311580f187d7d4fdfbb3268744 /arch/x86/Kconfig
parentdc3119e700216a70e82fe07a79f1618852058354 (diff)
x86: OLPC: Remove extra OLPC_OPENFIRMWARE_DT indirection
OLPC_OPENFIRMWARE_DT is just there to be selected by OLPC and selects OF_PROMTREE. So let OLPC select OF_PROMTREE and remove that extra config indirection. Fixup code and Makefile and use CONFIG_OF_PROMTREE instead. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andres Salomon <dilinger@queued.net>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 677501d061a3..4f3d3d432bad 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2069,7 +2069,7 @@ config OLPC
2069 depends on !X86_PAE 2069 depends on !X86_PAE
2070 select GPIOLIB 2070 select GPIOLIB
2071 select OF 2071 select OF
2072 select OLPC_OPENFIRMWARE_DT if PROC_DEVICETREE 2072 select OF_PROMTREE if PROC_DEVICETREE
2073 ---help--- 2073 ---help---
2074 Add support for detecting the unique features of the OLPC 2074 Add support for detecting the unique features of the OLPC
2075 XO hardware. 2075 XO hardware.
@@ -2080,10 +2080,6 @@ config OLPC_XO1
2080 ---help--- 2080 ---help---
2081 Add support for non-essential features of the OLPC XO-1 laptop. 2081 Add support for non-essential features of the OLPC XO-1 laptop.
2082 2082
2083config OLPC_OPENFIRMWARE_DT
2084 bool
2085 select OF_PROMTREE
2086
2087endif # X86_32 2083endif # X86_32
2088 2084
2089config AMD_NB 2085config AMD_NB