xref: /OK3568_Linux_fs/buildroot/package/tegrarcm/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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