1 config BR2_PACKAGE_IMX_UUC
3 depends on BR2_TOOLCHAIN_HAS_THREADS
4 depends on BR2_arm # Only relevant for i.MX
5 depends on BR2_USE_MMU # fork()
6 select BR2_PACKAGE_HOST_DOSFSTOOLS
8 This package provides the Universal Adapter user-space
9 utility that is used to receive commands from the
10 Manufacturing Tool using the Freescale UTP Protocol.
12 It requires a Freescale/NXP kernel whose configuration
13 contains the CONFIG_FSL_UTP option.
15 This package is provided by Freescale/NXP as-is and doesn't
18 comment "imx-uuc needs a toolchain w/ threads"
20 depends on BR2_USE_MMU
21 depends on !BR2_TOOLCHAIN_HAS_THREADS