xref: /OK3568_Linux_fs/buildroot/package/imx-usb-loader/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_IMX_USB_LOADER
2*4882a593Smuzhiyun	bool "imx-usb-loader"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
5*4882a593Smuzhiyun	select BR2_PACKAGE_LIBUSB
6*4882a593Smuzhiyun	help
7*4882a593Smuzhiyun	  This package contains tools to download and execute code
8*4882a593Smuzhiyun	  on Freescale i.MX5/i.MX6 and Vybrid SoCs through the
9*4882a593Smuzhiyun	  Serial Download Protocol.
10*4882a593Smuzhiyun
11*4882a593Smuzhiyun	  https://github.com/boundarydevices/imx_usb_loader
12*4882a593Smuzhiyun
13*4882a593Smuzhiyuncomment "imx-usb-loader needs a toolchain w/ threads, gcc >= 4.9"
14*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS || \
15*4882a593Smuzhiyun		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
16