Merge branch 'lsk/v3.10/topic/of' into linux-linaro-lsk
[firefly-linux-kernel-4.4.55.git] / drivers / of / Kconfig
index df876e1c38646c4d896b257b1538ed9243cf3e8b..6adfa3e45f457da05d06c390348b7eab012f39e1 100644 (file)
@@ -19,6 +19,7 @@ config OF_SELFTEST
 config OF_FLATTREE
        bool
        select DTC
+       select LIBFDT
 
 config OF_EARLY_FLATTREE
        bool
@@ -69,6 +70,12 @@ config OF_MTD
        depends on MTD
        def_bool y
 
+config OF_RESERVED_MEM
+       depends on OF_EARLY_FLATTREE
+       bool
+       help
+         Helpers to allow for reservation of memory regions
+
 config OF_RESOLVE
        bool