]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - dts/Kconfig
tools/imagetool: remove linker script
[karo-tx-uboot.git] / dts / Kconfig
index 20be5567774898bc652d427c698210f968fc0d92..3a180d5b6fa39526390c15425825762e8adc8e49 100644 (file)
@@ -45,4 +45,15 @@ 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 overridden from the command line:
+         $ make DEVICE_TREE=<device-tree-name>
+
+config FDT_FIXUP_PARTITIONS
+       bool
+       depends on MTD_PARTITIONS && OF_LIBFDT
+
 endmenu