aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/tools/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/tools/Kconfig')
-rw-r--r--roms/u-boot/tools/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/tools/Kconfig b/roms/u-boot/tools/Kconfig
new file mode 100644
index 000000000..b2f501224
--- /dev/null
+++ b/roms/u-boot/tools/Kconfig
@@ -0,0 +1,12 @@
+menu "Tools options"
+
+config MKIMAGE_DTC_PATH
+ string "Path to dtc binary for use within mkimage"
+ default "dtc"
+ help
+ The mkimage host tool will, in order to generate FIT images make
+ calls to the dtc application in order to create the output. In
+ some cases the system dtc may not support all required features
+ and the path to a different version should be given here.
+
+endmenu