xref: /OK3568_Linux_fs/buildroot/package/imx-usb-loader/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_HOST_IMX_USB_LOADER
2	bool "host imx-usb-loader"
3	depends on BR2_arm || BR2_aarch64
4	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
5	help
6	  This package contains tools to download and execute code
7	  on Freescale i.MX5x/6x/7x/8x and Vybrid SoCs through the
8	  Serial Download Protocol.
9
10	  https://github.com/boundarydevices/imx_usb_loader
11
12comment "host imx-usb-loader needs a toolchain w/ host gcc >= 4.9"
13	depends on BR2_arm || BR2_aarch64
14	depends on !BR2_HOST_GCC_AT_LEAST_4_9
15