Config.in.host 501 B

123456789101112131415
  1. config BR2_PACKAGE_HOST_MFGTOOLS
  2. bool "host mfgtools"
  3. depends on BR2_arm
  4. depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
  5. help
  6. This package contains the Freescale manufacturing tool.
  7. It is designed to program firmware to i.MX boards during
  8. production. The communication is done over USB using the
  9. Freescale UTP protocol.
  10. https://github.com/NXPmicro/mfgtools
  11. comment "host mfgtools needs a toolchain w/ host gcc >= 4.9"
  12. depends on BR2_arm
  13. depends on !BR2_HOST_GCC_AT_LEAST_4_9