summaryrefslogtreecommitdiffstats
path: root/rules/dtc.in
blob: e6d0b84d5e22bf113899e6eac247cd95a2010991 (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
26
27
28
29
30
31
32
33
34
35
36
37
## SECTION=system_libraries
menuconfig DTC
	tristate
	prompt "dtc                           "
	select HOST_FLEX
	help
	  Device Tree Compiler (dtc) toolchain. While dtc itself is
	  occasionally needed for device tree manipulaton on the
	  target, libfdt may be required.

if DTC

config DTC_DTC
	bool
	prompt "dtc"

config DTC_DTDIFF
	bool
	prompt "dtdiff"

config DTC_FDTDUMP
	bool
	prompt "fdtdump"

config DTC_FDTGET
	bool
	prompt "fdtget"

config DTC_FDTOVERLAY
	bool
	prompt "fdtoverlay"

config DTC_FDTPUT
	bool
	prompt "fdtput"

endif