1config 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 9 https://github.com/NVIDIA/tegrarcm 10 11comment "host tegrarcm needs a toolchain w/ host gcc >= 4.9" 12 depends on BR2_arm || BR2_armeb 13 depends on !BR2_HOST_GCC_AT_LEAST_4_9 14