From: Stephen Rothwell Date: Tue, 29 Jun 2010 02:45:51 +0000 (+1000) Subject: of: define CONFIG_OF globally so architectures can select it X-Git-Tag: v2.6.36-rc1~543^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbefae2bcad0996bcef7245e34176960e95a191;p=thirdparty%2Fkernel%2Flinux.git of: define CONFIG_OF globally so architectures can select it Signed-off-by: Stephen Rothwell Signed-off-by: Grant Likely --- diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 80dd6318db686..d836b47d0be58 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig @@ -1,3 +1,6 @@ +config OF + bool + config OF_FLATTREE bool depends on OF