Config.in.host 670 B

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