Commit fe239545 authored by Thomas Gleixner's avatar Thomas Gleixner

x86: OLPC: Hide OLPC_OPENFIRMWARE config switch

OLPC selects OLPC_OPENFIRMWARE unconditionally. If OLPC=n then
the OLPC_OPENFIRMWARE functionality is pointless.
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: Andres Salomon <dilinger@queued.net>
parent 54008979
...@@ -2080,18 +2080,12 @@ config OLPC_XO1 ...@@ -2080,18 +2080,12 @@ config OLPC_XO1
Add support for non-essential features of the OLPC XO-1 laptop. Add support for non-essential features of the OLPC XO-1 laptop.
config OLPC_OPENFIRMWARE config OLPC_OPENFIRMWARE
bool "Support for OLPC's Open Firmware" bool
depends on !X86_PAE
default n
select OF select OF
help select OLPC_OPENFIRMWARE_DT if PROC_DEVICETREE
This option adds support for the implementation of Open Firmware
that is used on the OLPC XO-1 Children's Machine.
If unsure, say N here.
config OLPC_OPENFIRMWARE_DT config OLPC_OPENFIRMWARE_DT
bool bool
default y if OLPC_OPENFIRMWARE && PROC_DEVICETREE
select OF_PROMTREE select OF_PROMTREE
endif # X86_32 endif # X86_32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment