xref: /OK3568_Linux_fs/buildroot/package/dfu-util/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_DFU_UTIL
2*4882a593Smuzhiyun	bool "dfu-util"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  Dfu-util is the host side implementation of the DFU 1.0 and
8*4882a593Smuzhiyun	  DFU 1.1 specification of the USB forum.
9*4882a593Smuzhiyun	  DFU is intended to download and upload firmware to devices
10*4882a593Smuzhiyun	  connected over USB.
11*4882a593Smuzhiyun
12*4882a593Smuzhiyun	  http://dfu-util.sourceforge.net/
13*4882a593Smuzhiyun
14*4882a593Smuzhiyuncomment "dfu-util needs a toolchain w/ threads, gcc >= 4.9"
15*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
16*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
17