2016-07-07 19:49:23 +02:00
|
|
|
config BR2_PACKAGE_HOST_MXSLDR
|
|
|
|
bool "host mxsldr"
|
|
|
|
depends on BR2_arm || BR2_armeb
|
2020-12-13 16:56:36 +01:00
|
|
|
depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
|
2016-07-07 19:49:23 +02:00
|
|
|
help
|
|
|
|
This package contains tools to download and execute code on
|
|
|
|
Freescale i.MX23 and i.MX28 SoC's through the Serial
|
|
|
|
Download Protocol.
|
|
|
|
|
2019-11-29 16:20:25 +01:00
|
|
|
https://gitlab.denx.de/denx/mxsldr
|
2020-12-13 16:56:36 +01:00
|
|
|
|
|
|
|
comment "host mxsldr needs a toolchain w/ host gcc >= 4.9"
|
|
|
|
depends on BR2_arm || BR2_armeb
|
|
|
|
depends on !BR2_HOST_GCC_AT_LEAST_4_9
|