summaryrefslogtreecommitdiffstats
path: root/package/dtc/Config.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-05-09 12:22:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-12 23:47:42 +0200
commit47f578e3c2db53caf51fad9ec24e71ff1606c862 (patch)
tree45c6d2a6a728e10740a0a4548582e40b5737c3b3 /package/dtc/Config.in
parent4ae47d82649d38de6896270a6b6945d2467b7047 (diff)
downloadbuildroot-novena-47f578e3c2db53caf51fad9ec24e71ff1606c862.tar.gz
buildroot-novena-47f578e3c2db53caf51fad9ec24e71ff1606c862.zip
package/dtc: new package
dtc is the Device Tree Compiler, and manipulates device trees. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Arnout Vandecappelle <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dtc/Config.in')
-rw-r--r--package/dtc/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/dtc/Config.in b/package/dtc/Config.in
new file mode 100644
index 000000000..e1f6e86de
--- /dev/null
+++ b/package/dtc/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_DTC
+ bool "dtc"
+ help
+ The Device Tree Compiler, dtc, takes as input a device-tree in
+ a given format and outputs a device-tree in another format.
+
+ Note that only the library is installed for now.
+
+ http://git.jdl.com/gitweb/?p=dtc.git (no home page)