summaryrefslogtreecommitdiffstats
path: root/rules/dfu-util.in
blob: ac95f06a7bb6a69fcb977d14ba8c36e3af928fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=shell_and_console

config DFU_UTIL
	tristate
	select LIBUSB
	prompt "dfu-util"
	help
	  dfu-util is a program that implements the host (PC) side of
	  the USB DFU (Universal Serial Bus Device Firmware Upgrade)
	  protocol.

	  In the OpenMoko project (for example), this program is used
	  to communicate with the specially enhanced u-boot boot
	  loader, which implements the DFU device side.