Neither CONFIG_OLPC_OPENFIRMWARE nor CONFIG_OLPC_OPENFIRMWARE_DT are really necessary. OLPC selects OLPC_OPENFIRMWARE unconditionally, so move the "select OF" part under OLPC config option and fixup the dependencies in Makefiles and code. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andres Salomon <dilinger@queued.net>
5 lines
150 B
Makefile
5 lines
150 B
Makefile
obj-$(CONFIG_OLPC) += olpc.o
|
|
obj-$(CONFIG_OLPC_XO1) += olpc-xo1.o
|
|
obj-$(CONFIG_OLPC) += olpc_ofw.o
|
|
obj-$(CONFIG_OLPC_OPENFIRMWARE_DT) += olpc_dt.o
|