Config.in 430 B

12345678910111213
  1. config BR2_PACKAGE_IMX_USB_LOADER
  2. bool "imx-usb-loader"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
  4. select BR2_PACKAGE_LIBUSB
  5. help
  6. This package contains tools to download and execute code
  7. on Freescale i.MX5/i.MX6 and Vybrid SoCs through the
  8. Serial Download Protocol.
  9. https://github.com/boundarydevices/imx_usb_loader
  10. comment "imx-usb-loader needs a toolchain w/ threads"
  11. depends on !BR2_TOOLCHAIN_HAS_THREADS