1config BR2_PACKAGE_HOST_SUNXI_TOOLS 2 bool "host sunxi-tools" 3 depends on BR2_arm 4 depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb 5 help 6 Tools for Allwinner A10 (aka sun4i) and A13 (aka sun5i) 7 based devices. This includes fex2bin which can be used to 8 compile .fex board definition files to the binary script.bin 9 format required by the linux-sunxi kernel. These tools are 10 specific for linux-sunxi kernel and do not apply to the 11 mainline Linux kernel version. 12 13 http://linux-sunxi.org/Sunxi-tools 14 15comment "host sunxi-tools needs a toolchain w/ host gcc >= 4.9" 16 depends on BR2_arm 17 depends on !BR2_HOST_GCC_AT_LEAST_4_9 18