Config.in.host 505 B

1234567891011121314
  1. config BR2_PACKAGE_HOST_IMX_USB_LOADER
  2. bool "host imx-usb-loader"
  3. depends on BR2_arm || BR2_aarch64
  4. depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
  5. help
  6. This package contains tools to download and execute code
  7. on Freescale i.MX5x/6x/7x/8x and Vybrid SoCs through the
  8. Serial Download Protocol.
  9. https://github.com/boundarydevices/imx_usb_loader
  10. comment "host imx-usb-loader needs a toolchain w/ host gcc >= 4.9"
  11. depends on BR2_arm || BR2_aarch64
  12. depends on !BR2_HOST_GCC_AT_LEAST_4_9