1config BR2_PACKAGE_HOST_UUU
2	bool "host uuu"
3	depends on BR2_HOST_GCC_AT_LEAST_4_9 # host-libusb
4	help
5	  UUU (Universal Update Utility) is Freescale/NXP I.MX Chip
6	  image deploy tool. UUU is an evolution of MFGTools
7	  (aka MFGTools v3).
8
9	  To be able to run uuu without root privileges, execute the
10	  following steps:
11
12	    sudo sh -c "uuu -udev >> /etc/udev/rules.d/70-uuu.rules"
13	    sudo udevadm control --reload
14
15	  https://github.com/NXPmicro/mfgtools
16
17comment "host uuu needs a toolchain w/ host gcc >= 4.9"
18	depends on !BR2_HOST_GCC_AT_LEAST_4_9
19