summaryrefslogtreecommitdiff
path: root/tools/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tools/Kconfig')
-rw-r--r--tools/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/Kconfig b/tools/Kconfig
new file mode 100644
index 0000000000..b2f5012240
--- /dev/null
+++ b/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