summaryrefslogtreecommitdiffstats
path: root/package/dtc/Config.in
diff options
context:
space:
mode:
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)