Config.in.host 442 B

12345678910111213
  1. config BR2_PACKAGE_HOST_DFU_UTIL
  2. bool "host dfu-util"
  3. depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
  4. help
  5. Dfu-util is the host side implementation of the DFU 1.0 and
  6. DFU 1.1 specification of the USB forum.
  7. DFU is intended to download and upload firmware to devices
  8. connected over USB.
  9. http://dfu-util.sourceforge.net/
  10. comment "host dfu-util needs a toolchain w/ host gcc >= 4.9"
  11. depends on !BR2_HOST_GCC_AT_LEAST_4_9