summaryrefslogtreecommitdiffstats
path: root/tools/Kconfig
blob: b2f5012240c4e38cbaa763036b44d577b6e3e059 (plain)
1
2
3
4
5
6
7
8
9
10
11
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