summaryrefslogtreecommitdiffstats
path: root/scripts/imx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/imx/Kconfig')
-rw-r--r--scripts/imx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/imx/Kconfig b/scripts/imx/Kconfig
new file mode 100644
index 0000000000..fda9c639c1
--- /dev/null
+++ b/scripts/imx/Kconfig
@@ -0,0 +1,7 @@
+config ARCH_IMX_USBLOADER
+ depends on ARCH_MXS || ARCH_IMX
+ bool "compile imx-usb-loader"
+ help
+ imx-usb-loader is a tool to upload and start imximages to an i.MX SoC
+ in ROM boot mode. It requires libusb, so make sure you have the libusb
+ devel package installed on your machine.