diff options
Diffstat (limited to 'package/imx-usb-loader/Config.in.host')
-rw-r--r-- | package/imx-usb-loader/Config.in.host | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/imx-usb-loader/Config.in.host b/package/imx-usb-loader/Config.in.host new file mode 100644 index 0000000000..aefa01b2b4 --- /dev/null +++ b/package/imx-usb-loader/Config.in.host @@ -0,0 +1,9 @@ +config BR2_PACKAGE_HOST_IMX_USB_LOADER + bool "host-imx-usb loader" + depends on BR2_arm + help + This package contains tools to download and execute code + on Freescale i.MX5/i.MX6 and Vybrid SoCs through the + Serial Download Protocol. + + https://github.com/boundarydevices/imx_usb_loader |