2012-07-20 18:06:12 +02:00
|
|
|
config BR2_PACKAGE_HOST_DFU_UTIL
|
|
|
|
bool "host dfu-util"
|
2020-12-13 16:56:36 +01:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
|
2012-07-20 18:06:12 +02:00
|
|
|
help
|
2013-11-11 17:23:23 +01:00
|
|
|
Dfu-util is the host side implementation of the DFU 1.0
|
2012-07-20 18:06:12 +02:00
|
|
|
specification of the USB forum. DFU is intended to download
|
2013-11-11 17:23:23 +01:00
|
|
|
and upload firmware to devices connected over USB.
|
2012-07-20 18:06:12 +02:00
|
|
|
|
2015-04-17 20:37:44 +02:00
|
|
|
http://dfu-util.sourceforge.net/
|
2020-12-13 16:56:36 +01:00
|
|
|
|
|
|
|
comment "host dfu-util needs a toolchain w/ host gcc >= 4.9"
|
|
|
|
depends on !BR2_HOST_GCC_AT_LEAST_4_9
|