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