commit | bcbefae2bcad0996bcef7245e34176960e95a191 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Tue Jun 29 12:45:51 2010 +1000 |
committer | Grant Likely <grant.likely@secretlab.ca> | Mon Jul 05 16:14:54 2010 -0600 |
tree | 89d50fa1e4ec22bd2e741954107631152a859498 | |
parent | 7b14c647aee98db2d10705da385f9c19cc83a9af [diff] [blame] |
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>
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 80dd631..d836b47 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig
@@ -1,3 +1,6 @@ +config OF + bool + config OF_FLATTREE bool depends on OF