39223f722683102d31d4bee494d127456a017c6b
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / dtc / Config.in
1 config BR2_PACKAGE_DTC
2         bool "dtc (libfdt)"
3         depends on !BR2_STATIC_LIBS
4         help
5           The Device Tree Compiler, dtc, takes as input a device-tree in
6           a given format and outputs a device-tree in another format.
7
8           Note that only the library is installed.
9           If you want the programs, say 'y' here, and to "dtc programs", below.
10
11           https://git.kernel.org/cgit/utils/dtc/dtc.git
12
13 if BR2_PACKAGE_DTC
14
15 config BR2_PACKAGE_DTC_PROGRAMS
16         bool "dtc programs"
17         help
18           Say 'y' here if you also want the programs on the target:
19             - convert-dtsv0     convert from version 0 to version 1
20             - dtc               the device tree compiler
21             - dtdiff            compare two device trees (needs bash)
22             - fdtdump           print a readable version of a flat device tree
23             - fdtget            read values from device tree
24             - fdtput            write a property value to a device tree
25
26           Note: dtdiff requires bash, so if bash is not selected, dtdiff will
27                 be removed from the target file system. Enable bash if you
28                 need dtdiff on the target.
29
30 comment "dtdiff will not be installed: it requires bash"
31         depends on BR2_PACKAGE_DTC_PROGRAMS
32         depends on !BR2_PACKAGE_BASH
33
34 endif
35
36 comment "dtc needs a toolchain w/ dynamic library"
37         depends on BR2_STATIC_LIBS