summaryrefslogtreecommitdiffstats
path: root/platforms/host-dtc.in
blob: 4d2107187f5b1c251d287dcb83c46409380fb58a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
## SECTION=devicetree

menuconfig HOST_DTC
	bool
	depends on DTC && !KERNEL_DTC
	prompt "Build device tree compiler    "
	help
	  Select this if the HOST_DTC tool is required without
	  building a device tree. (It is also used for building
	  U-boot FIT images)

if HOST_DTC

config HOST_DTC_VERSION
	string
	prompt "Device tree compiler version"
	default "1.3.0"
	help
	  Specify the DTC version number to be used

config HOST_DTC_MD5
	prompt "dtc source md5sum"
	string

endif