summaryrefslogtreecommitdiffstats
path: root/rules/host-dfu-util.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-02-26 15:13:20 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-28 18:49:52 +0100
commit627569ff5e88b9acd4b11808c903a872bc17d446 (patch)
tree165db65479c5addd6a1854ac314ea8792873b854 /rules/host-dfu-util.in
parent1e693dc0ae126291e54306e49cf95caed824a4a0 (diff)
downloadptxdist-627569ff5e88b9acd4b11808c903a872bc17d446.tar.gz
ptxdist-627569ff5e88b9acd4b11808c903a872bc17d446.tar.xz
Add dfu-util rules for host
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-dfu-util.in')
-rw-r--r--rules/host-dfu-util.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/rules/host-dfu-util.in b/rules/host-dfu-util.in
new file mode 100644
index 000000000..7dfd42fec
--- /dev/null
+++ b/rules/host-dfu-util.in
@@ -0,0 +1,13 @@
+## SECTION=hosttools
+
+config HOST_DFU_UTIL
+ tristate
+ prompt "dfu-util"
+ help
+ dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1
+ specifications of the USB forum. DFU is intended to download and
+ upload firmware to devices connected over USB. It ranges from small
+ devices like micro-controller boards up to mobile phones. Using
+ dfu-util you can download firmware to your DFU-enabled device or
+ upload firmware from it. dfu-util has been tested with the Openmoko
+ Neo1973 and Freerunner and many other devices.