]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/dfu-util/Config.in
Update for 2018.05-rc2
[coffee/buildroot.git] / package / dfu-util / Config.in
1 config BR2_PACKAGE_DFU_UTIL
2         bool "dfu-util"
3         depends on BR2_TOOLCHAIN_HAS_THREADS
4         select BR2_PACKAGE_LIBUSB
5         help
6           Dfu-util is the host side implementation of the DFU 1.0
7           specification of the USB forum. DFU is intended to download
8           and upload firmware to devices connected over USB.
9
10           http://dfu-util.sourceforge.net/
11
12 comment "dfu-util needs a toolchain w/ threads"
13         depends on !BR2_TOOLCHAIN_HAS_THREADS