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
|
2021-10-06 07:27:15 +02:00
|
|
|
Dfu-util is the host side implementation of the DFU 1.0 and
|
|
|
|
DFU 1.1 specification of the USB forum.
|
|
|
|
DFU is intended to download 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
|