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

config HOST_DFU_UTIL
	tristate
	default y if ALLYES
	select HOST_LIBUSB
	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.