]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Kconfig
kconfig: move CONFIG_DEFAULT_DEVICE_TREE to kconfig
[karo-tx-uboot.git] / dts / Kconfig
index 20be5567774898bc652d427c698210f968fc0d92..83ba7a6e9815a50990083565934442d81123a7e0 100644 (file)
@@ -45,4 +45,11 @@ config OF_HOSTFILE
 
 endchoice
 
+config DEFAULT_DEVICE_TREE
+       string "Default Device Tree for DT control"
+       help
+         This option specifies the default Device Tree used for DT control.
+         It can be overrided from the command line:
+         $ make DEVICE_TREE=<device-tree-name>
+
 endmenu