Config.in.host 395 B

12345678910111213
  1. config BR2_PACKAGE_HOST_TEGRARCM
  2. bool "host tegrarcm"
  3. depends on BR2_arm || BR2_armeb
  4. depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
  5. help
  6. This program is used to send code to a Tegra device in
  7. recovery mode.
  8. https://github.com/NVIDIA/tegrarcm
  9. comment "host tegrarcm needs a toolchain w/ host gcc >= 4.9"
  10. depends on BR2_arm || BR2_armeb
  11. depends on !BR2_HOST_GCC_AT_LEAST_4_9