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

menuconfig HOST_DTC
	tristate "dtc (standalone)              "
	depends on !KERNEL_DTC
	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 "Device tree compiler version"
	default "1.4.1"
	help
	  Specify the DTC version number to be used

config HOST_DTC_MD5
	string "dtc source md5sum"
	default "e3543e76153c553cfce531ce147b9bfd"

endif