Config.in 417 B

12345678910111213
  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. http://dfu-util.sourceforge.net/
  10. comment "dfu-util needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS