summaryrefslogtreecommitdiffstats
path: root/rules/dt-utils.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-05-04 18:07:45 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2015-05-04 18:08:11 +0200
commitd57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0 (patch)
tree41f7e009f111a5daa16e902c58d2070b2e79fa65 /rules/dt-utils.in
parenta665d4cff22c16b18fae2d37ea40e79219aa4e1b (diff)
downloadptxdist-d57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0.tar.gz
ptxdist-d57ccf9d81bbf3b3f9d3cd5b70fc5b2803edaed0.tar.xz
dt-utils: add
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/dt-utils.in')
-rw-r--r--rules/dt-utils.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/dt-utils.in b/rules/dt-utils.in
new file mode 100644
index 000000000..e4933989d
--- /dev/null
+++ b/rules/dt-utils.in
@@ -0,0 +1,9 @@
+## SECTION=shell_and_console
+
+config DT_UTILS
+ tristate
+ prompt "dt-utils"
+ select UDEV
+ help
+ Contains the barebox-state tool to interact with "barebox-state"
+ instances from Linux userspace.