From bcbefae2bcad0996bcef7245e34176960e95a191 Mon Sep 17 00:00:00 2001
From: Stephen Rothwell <sfr@canb.auug.org.au>
Date: Tue, 29 Jun 2010 12:45:51 +1000
Subject: [PATCH] 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>
---
 drivers/of/Kconfig | 3 +++
 1 file changed, 3 insertions(+)

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 @@
+config OF
+	bool
+
 config OF_FLATTREE
 	bool
 	depends on OF