1config BR2_PACKAGE_HOST_DFU_UTIL
2	bool "host dfu-util"
3	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
4	help
5	  Dfu-util is the host side implementation of the DFU 1.0 and
6	  DFU 1.1 specification of the USB forum.
7	  DFU is intended to download and upload firmware to devices
8	  connected over USB.
9
10	  http://dfu-util.sourceforge.net/
11
12comment "host dfu-util needs a toolchain w/ host gcc >= 4.9"
13	depends on !BR2_HOST_GCC_AT_LEAST_4_9
14