xref: /OK3568_Linux_fs/buildroot/package/raspberrypi-usbboot/Config.in.host (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_HOST_RASPBERRYPI_USBBOOT
2*4882a593Smuzhiyun	bool "host raspberrypi-usbboot"
3*4882a593Smuzhiyun	depends on BR2_arm || BR2_aarch64
4*4882a593Smuzhiyun	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
5*4882a593Smuzhiyun	help
6*4882a593Smuzhiyun	  This package builds and install the "rpiboot" tool for the
7*4882a593Smuzhiyun	  host machine. This tool allows to boot the Broadcom BCM
8*4882a593Smuzhiyun	  processor used in the RaspberryPi to boot over USB, and have
9*4882a593Smuzhiyun	  it expose a USB mass storage device in order to reflash the
10*4882a593Smuzhiyun	  built-in storage of the RaspberryPi (useful for the eMMC
11*4882a593Smuzhiyun	  built into the Compute module).
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun	  https://github.com/raspberrypi/usbboot
14*4882a593Smuzhiyun
15*4882a593Smuzhiyuncomment "host raspberrypi-usbboot needs a toolchain w/ host gcc >= 4.9"
16*4882a593Smuzhiyun	depends on BR2_arm || BR2_aarch64
17*4882a593Smuzhiyun	depends on !BR2_HOST_GCC_AT_LEAST_4_9
18