skiboot: Add BR2_SKIBOOT_DEVICETREE
Introduce a buildroot option to build skiboot's external/devicetree
directory and deliver the binaries as op-build output images.
Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
diff --git a/openpower/package/skiboot/Config.in b/openpower/package/skiboot/Config.in
index 01f9374..c55cf34 100644
--- a/openpower/package/skiboot/Config.in
+++ b/openpower/package/skiboot/Config.in
@@ -42,6 +42,9 @@
string "URL of custom repository"
depends on BR2_SKIBOOT_CUSTOM_GIT
+config BR2_SKIBOOT_DEVICETREE
+ bool "Build device trees"
+
endif
endmenu