]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - dts/Kconfig
Allow boards to initialize the DT at runtime.
[people/ms/u-boot.git] / dts / Kconfig
index 6fe7a5bc08adf4caccbf3bccc9cb9ca4283b599f..9a0622154ad0befb28ba76509b6a310e7dfe089d 100644 (file)
@@ -51,6 +51,14 @@ config OF_EMBED
          and development only and is not recommended for production devices.
          Boards in the mainline U-Boot tree should not use it.
 
+config OF_BOARD
+       bool "Provided by the board at runtime"
+       depends on !SANDBOX
+       help
+         If this option is enabled, the device tree will be provided by
+         the board at runtime if the board supports it, instead of being
+         bundled with the image.
+
 config OF_HOSTFILE
        bool "Host filed DTB for DT control"
        depends on SANDBOX