xref: /OK3568_Linux_fs/buildroot/package/mfgtools/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config 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
11	  https://github.com/codeauroraforum/mfgtools
12
13comment "host mfgtools needs a toolchain w/ host gcc >= 4.9"
14	depends on BR2_arm
15	depends on !BR2_HOST_GCC_AT_LEAST_4_9
16