Newer
Older
barebox / scripts / imx / Kconfig
@Uwe Kleine-König Uwe Kleine-König on 11 Jun 2018 301 bytes scripts: create a separate section for host tools
config ARCH_IMX_USBLOADER
	depends on ARCH_MXS || ARCH_IMX || COMPILE_HOST_TOOLS
	bool "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.