Conceivably, device tree parsing could work on any architecture, but
unless this is defined somewhere in Kconfig that is not architecture specific, 
it won't work.

The architecture specific versions of this should get abstracted.
---
 drivers/of/Kconfig |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig
index e8286d4..26957a2 100644
--- a/drivers/of/Kconfig
+++ b/drivers/of/Kconfig
@@ -1,3 +1,7 @@
+config OF
+       bool
+       default n
+
 config OF_FLATTREE
        bool
        depends on OF
-- 
1.5.6.6



This email and any attachments are intended for the sole use of the named 
recipient(s) and contain(s) confidential information that may be proprietary, 
privileged or copyrighted under applicable law. If you are not the intended 
recipient, do not read, copy, or forward this email message or any attachments. 
Delete this email message and any attachments immediately.


_______________________________________________
devicetree-discuss mailing list
[email protected]
https://lists.ozlabs.org/listinfo/devicetree-discuss

Reply via email to