1config BR2_PACKAGE_HOST_MXSLDR 2 bool "host mxsldr" 3 depends on BR2_arm || BR2_armeb 4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb 5 help 6 This package contains tools to download and execute code on 7 Freescale i.MX23 and i.MX28 SoC's through the Serial 8 Download Protocol. 9 10 https://gitlab.denx.de/denx/mxsldr 11 12comment "host mxsldr needs a toolchain w/ host gcc >= 4.9" 13 depends on BR2_arm || BR2_armeb 14 depends on !BR2_HOST_GCC_AT_LEAST_4_9 15