aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2010-06-28 22:45:51 -0400
committerGrant Likely <grant.likely@secretlab.ca>2010-07-05 18:14:54 -0400
commitbcbefae2bcad0996bcef7245e34176960e95a191 (patch)
tree89d50fa1e4ec22bd2e741954107631152a859498
parent7b14c647aee98db2d10705da385f9c19cc83a9af (diff)
of: define CONFIG_OF globally so architectures can select it
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
-rw-r--r--drivers/of/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index 80dd6318db68..d836b47d0be5 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -1,3 +1,6 @@
1config OF
2 bool
3
1config OF_FLATTREE 4config OF_FLATTREE
2 bool 5 bool
3 depends on OF 6 depends on OF