Config.in.host 454 B

1234567891011121314
  1. config BR2_PACKAGE_HOST_MXSLDR
  2. bool "host mxsldr"
  3. depends on BR2_arm || BR2_armeb
  4. depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
  5. help
  6. This package contains tools to download and execute code on
  7. Freescale i.MX23 and i.MX28 SoC's through the Serial
  8. Download Protocol.
  9. https://gitlab.denx.de/denx/mxsldr
  10. comment "host mxsldr needs a toolchain w/ host gcc >= 4.9"
  11. depends on BR2_arm || BR2_armeb
  12. depends on !BR2_HOST_GCC_AT_LEAST_4_9