Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234917
b: refs/heads/master
c: c2a941f
h: refs/heads/master
i:
  234915: 585973e
v: v3
  • Loading branch information
Thomas Gleixner committed Feb 23, 2011
1 parent 98b3b79 commit b05b755
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dc3119e700216a70e82fe07a79f1618852058354
refs/heads/master: c2a941fadb57d157d59eec424674bd0c3a28788c
6 changes: 1 addition & 5 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2069,7 +2069,7 @@ config OLPC
depends on !X86_PAE
select GPIOLIB
select OF
select OLPC_OPENFIRMWARE_DT if PROC_DEVICETREE
select OF_PROMTREE if PROC_DEVICETREE
---help---
Add support for detecting the unique features of the OLPC
XO hardware.
Expand All @@ -2080,10 +2080,6 @@ config OLPC_XO1
---help---
Add support for non-essential features of the OLPC XO-1 laptop.

config OLPC_OPENFIRMWARE_DT
bool
select OF_PROMTREE

endif # X86_32

config AMD_NB
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/x86/include/asm/olpc_ofw.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ extern void setup_olpc_ofw_pgd(void);
/* check if OFW was detected during boot */
extern bool olpc_ofw_present(void);

#ifdef CONFIG_OLPC_OPENFIRMWARE_DT
#ifdef CONFIG_OF_PROMTREE
extern void olpc_dt_build_devicetree(void);
#else
static inline void olpc_dt_build_devicetree(void) { }
#endif /* CONFIG_OLPC_OPENFIRMWARE_DT */
#endif

#endif /* _ASM_X86_OLPC_OFW_H */
2 changes: 1 addition & 1 deletion trunk/arch/x86/platform/olpc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
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
obj-$(CONFIG_OF_PROMTREE) += olpc_dt.o

0 comments on commit b05b755

Please sign in to comment.